Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40708
b: refs/heads/master
c: 6c595fb
h: refs/heads/master
v: v3
  • Loading branch information
Marton Nemeth authored and Dmitry Torokhov committed Nov 17, 2006
1 parent 876b983 commit 96ca035
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: 5b44f1aaee7e3b24f6e21662d7fef1534111a2df
refs/heads/master: 6c595fb12fa6c1fe382cc086fdade4acd93c643f
2 changes: 1 addition & 1 deletion trunk/drivers/input/mousedev.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,12 @@ static void mousedev_key_event(struct mousedev *mousedev, unsigned int code, int
switch (code) {
case BTN_TOUCH:
case BTN_0:
case BTN_FORWARD:
case BTN_LEFT: index = 0; break;
case BTN_STYLUS:
case BTN_1:
case BTN_RIGHT: index = 1; break;
case BTN_2:
case BTN_FORWARD:
case BTN_STYLUS2:
case BTN_MIDDLE: index = 2; break;
case BTN_3:
Expand Down

0 comments on commit 96ca035

Please sign in to comment.