Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104976
b: refs/heads/master
c: f472f80
h: refs/heads/master
v: v3
  • Loading branch information
Rafi Rubin authored and Jiri Kosina committed Jul 23, 2008
1 parent b54fef6 commit 922aa0e
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: 740f370dc61dc478d891d7d47660bb3ae39ddb4f
refs/heads/master: f472f80034ae5d0be7d7196c7e65d0ca8890afb4
2 changes: 1 addition & 1 deletion trunk/include/linux/hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ struct hid_descriptor {

/* 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))
#define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001) || (a == 0x000d0002))

/* HID core API */

Expand Down

0 comments on commit 922aa0e

Please sign in to comment.