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 eb42e10e3c86..35f5384a465b 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -286,6 +286,7 @@ struct hid_item { | |||
286 | #define HID_QUIRK_RDESC_LOGITECH 0x00000002 | 286 | #define HID_QUIRK_RDESC_LOGITECH 0x00000002 |
287 | #define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004 | 287 | #define HID_QUIRK_RDESC_SWAPPED_MIN_MAX 0x00000004 |
288 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 | 288 | #define HID_QUIRK_RDESC_PETALYNX 0x00000008 |
289 | #define HID_QUIRK_RDESC_MACBOOK_JIS 0x00000010 | ||
289 | 290 | ||
290 | /* | 291 | /* |
291 | * This is the global environment of the parser. This information is | 292 | * This is the global environment of the parser. This information is |