diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 77632cf159c0..07fa80671db0 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -311,6 +311,11 @@ struct hid_item { | |||
311 | #define HID_GROUP_RMI 0x0100 | 311 | #define HID_GROUP_RMI 0x0100 |
312 | 312 | ||
313 | /* | 313 | /* |
314 | * Vendor specific HID device groups | ||
315 | */ | ||
316 | #define HID_GROUP_WACOM 0x0101 | ||
317 | |||
318 | /* | ||
314 | * This is the global environment of the parser. This information is | 319 | * This is the global environment of the parser. This information is |
315 | * persistent for main-items. The global environment can be saved and | 320 | * persistent for main-items. The global environment can be saved and |
316 | * restored with PUSH/POP statements. | 321 | * restored with PUSH/POP statements. |