Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180855
b: refs/heads/master
c: 7f978b9
h: refs/heads/master
i:
  180853: 6870906
  180851: 902af1e
  180847: 41bd4b7
v: v3
  • Loading branch information
Jiri Kosina committed Feb 17, 2010
1 parent 589d09b commit 7c7ae76
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: ff5cf34c809cd5950579e46e7c10c29bc647aaf1
refs/heads/master: 7f978b9bf535cbbd1ae8d9fbdd7c4f60ab38f260
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel
break;

case HID_UP_BUTTON:
code = ((usage->hid - 1) & 0xf);
code = ((usage->hid - 1) & HID_USAGE);

switch (field->application) {
case HID_GD_MOUSE:
Expand Down

0 comments on commit 7c7ae76

Please sign in to comment.