diff options
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 991bbcdc1ca7..c67eeb516040 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -292,6 +292,7 @@ struct hid_item { | |||
292 | #define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004 | 292 | #define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004 |
293 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 | 293 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 |
294 | #define HID_QUIRK_RDESC_MACBOOK_JIS 0x00000010 | 294 | #define HID_QUIRK_RDESC_MACBOOK_JIS 0x00000010 |
295 | #define HID_QUIRK_RDESC_BUTTON_CONSUMER 0x00000020 | ||
295 | 296 | ||
296 | /* | 297 | /* |
297 | * This is the global environment of the parser. This information is | 298 | * This is the global environment of the parser. This information is |