Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227616
b: refs/heads/master
c: ad6d426
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Tissoires authored and Jiri Kosina committed Dec 14, 2010
1 parent 490c5eb commit f6c0774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a66bbd693c12f71697c61207aa18bc5a12da0ab
refs/heads/master: ad6d42670279da8f33f633f8a96a67cd7ef3b1da
4 changes: 4 additions & 0 deletions trunk/drivers/hid/hid-mosart.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ static int mosart_input_mapping(struct hid_device *hdev, struct hid_input *hi,
case 0xff000000:
/* ignore HID features */
return -1;

case HID_UP_BUTTON:
/* ignore buttons */
return -1;
}

return 0;
Expand Down

0 comments on commit f6c0774

Please sign in to comment.