Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20969
b: refs/heads/master
c: 8bd0ee9
h: refs/heads/master
i:
  20967: fada3c6
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Mar 11, 2006
1 parent 5b45fa3 commit ff08808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35ab0e88c63fb8e61013011560ad10e6200b5ee0
refs/heads/master: 8bd0ee93fef9733c72fef1817330b3ee2b71cf9d
2 changes: 1 addition & 1 deletion trunk/drivers/input/mouse/psmouse-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static unsigned int psmouse_resetafter = 5;
module_param_named(resetafter, psmouse_resetafter, uint, 0644);
MODULE_PARM_DESC(resetafter, "Reset device after so many bad packets (0 = never).");

static unsigned int psmouse_resync_time = 5;
static unsigned int psmouse_resync_time;
module_param_named(resync_time, psmouse_resync_time, uint, 0644);
MODULE_PARM_DESC(resync_time, "How long can mouse stay idle before forcing resync (in seconds, 0 = never).");

Expand Down

0 comments on commit ff08808

Please sign in to comment.