Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180835
b: refs/heads/master
c: 8b0e58a
h: refs/heads/master
i:
  180833: c803637
  180831: e1afedf
v: v3
  • Loading branch information
Stephane Chatty authored and Jiri Kosina committed Jan 17, 2010
1 parent 58ceff3 commit b2bb7ee
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: 62e62da856dba2edb897b672cbd05a69edd4485c
refs/heads/master: 8b0e58a70a7a41443c779de074288035b014cb94
2 changes: 1 addition & 1 deletion trunk/include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ struct hid_ll_driver {

/* Applications from HID Usage Tables 4/8/99 Version 1.1 */
/* We ignore a few input applications that are not widely used */
#define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001) || (a == 0x000d0002))
#define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001) || ((a >= 0x000d0002) && (a <= 0x000d0006)))

/* HID core API */

Expand Down

0 comments on commit b2bb7ee

Please sign in to comment.