Commit f472f80034ae5d0be7d7196c7e65d0ca8890afb4

Authored by Rafi Rubin
Committed by Jiri Kosina
1 parent 740f370dc6

HID: add n-trig digitizer usage

This adds a hid usage that is reported by the N-Trig digitizer in the Dell
Latitude XT screen.

Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -512,7 +512,7 @@
512 512  
513 513 /* Applications from HID Usage Tables 4/8/99 Version 1.1 */
514 514 /* We ignore a few input applications that are not widely used */
515   -#define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001))
  515 +#define IS_INPUT_APPLICATION(a) (((a >= 0x00010000) && (a <= 0x00010008)) || (a == 0x00010080) || (a == 0x000c0001) || (a == 0x000d0002))
516 516  
517 517 /* HID core API */
518 518