diff --git a/[refs] b/[refs] index 958be83b7090..8cf33a9a1727 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 62e62da856dba2edb897b672cbd05a69edd4485c +refs/heads/master: 8b0e58a70a7a41443c779de074288035b014cb94 diff --git a/trunk/include/linux/hid.h b/trunk/include/linux/hid.h index 87093652dda8..b978c1e2e74d 100644 --- a/trunk/include/linux/hid.h +++ b/trunk/include/linux/hid.h @@ -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 */