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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index d8e7cc7f894f..a0e27ddb887d 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -476,6 +476,7 @@ struct hid_device { /* device report descriptor */
476 unsigned maxcollection; /* Number of parsed collections */ 476 unsigned maxcollection; /* Number of parsed collections */
477 unsigned maxapplication; /* Number of applications */ 477 unsigned maxapplication; /* Number of applications */
478 __u16 bus; /* BUS ID */ 478 __u16 bus; /* BUS ID */
479 __u16 group; /* Report group */
479 __u32 vendor; /* Vendor ID */ 480 __u32 vendor; /* Vendor ID */
480 __u32 product; /* Product ID */ 481 __u32 product; /* Product ID */
481 __u32 version; /* HID version */ 482 __u32 version; /* HID version */