Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1871
b: refs/heads/master
c: a86d1f4
h: refs/heads/master
i:
  1869: 155e636
  1867: f7f18d9
  1863: 02bb925
  1855: feda4af
v: v3
  • Loading branch information
Vojtech Pavlik authored and Linus Torvalds committed Jun 7, 2005
1 parent aeff9ec commit 2d2325c
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: ad95d6098dd1e94a09d2a1fdf39fd8281fcd8958
refs/heads/master: a86d1f4301fad4ff44c1f614c897000bc574ab2f
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static int atkbd_softraw = 1;
module_param_named(softraw, atkbd_softraw, bool, 0);
MODULE_PARM_DESC(softraw, "Use software generated rawmode");

static int atkbd_scroll = 1;
static int atkbd_scroll = 0;
module_param_named(scroll, atkbd_scroll, bool, 0);
MODULE_PARM_DESC(scroll, "Enable scroll-wheel on MS Office and similar keyboards");

Expand Down

0 comments on commit 2d2325c

Please sign in to comment.