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