diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 8da3e1f48195..0267aa5c1ea3 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
| @@ -345,6 +345,7 @@ struct hid_item { | |||
| 345 | #define HID_QUIRK_SKIP_OUTPUT_REPORT_ID BIT(17) | 345 | #define HID_QUIRK_SKIP_OUTPUT_REPORT_ID BIT(17) |
| 346 | #define HID_QUIRK_NO_OUTPUT_REPORTS_ON_INTR_EP BIT(18) | 346 | #define HID_QUIRK_NO_OUTPUT_REPORTS_ON_INTR_EP BIT(18) |
| 347 | #define HID_QUIRK_HAVE_SPECIAL_DRIVER BIT(19) | 347 | #define HID_QUIRK_HAVE_SPECIAL_DRIVER BIT(19) |
| 348 | #define HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE BIT(20) | ||
| 348 | #define HID_QUIRK_FULLSPEED_INTERVAL BIT(28) | 349 | #define HID_QUIRK_FULLSPEED_INTERVAL BIT(28) |
| 349 | #define HID_QUIRK_NO_INIT_REPORTS BIT(29) | 350 | #define HID_QUIRK_NO_INIT_REPORTS BIT(29) |
| 350 | #define HID_QUIRK_NO_IGNORE BIT(30) | 351 | #define HID_QUIRK_NO_IGNORE BIT(30) |
| @@ -502,6 +503,7 @@ struct hid_output_fifo { | |||
| 502 | 503 | ||
| 503 | #define HID_STAT_ADDED BIT(0) | 504 | #define HID_STAT_ADDED BIT(0) |
| 504 | #define HID_STAT_PARSED BIT(1) | 505 | #define HID_STAT_PARSED BIT(1) |
| 506 | #define HID_STAT_DUP_DETECTED BIT(2) | ||
| 505 | 507 | ||
| 506 | struct hid_input { | 508 | struct hid_input { |
| 507 | struct list_head list; | 509 | struct list_head list; |
