diff options
Diffstat (limited to 'include/linux/mod_devicetable.h')
| -rw-r--r-- | include/linux/mod_devicetable.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 3481a7d5bc0a..d6a3f47e95cb 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h | |||
| @@ -131,6 +131,16 @@ struct usb_device_id { | |||
| 131 | #define USB_DEVICE_ID_MATCH_INT_SUBCLASS 0x0100 | 131 | #define USB_DEVICE_ID_MATCH_INT_SUBCLASS 0x0100 |
| 132 | #define USB_DEVICE_ID_MATCH_INT_PROTOCOL 0x0200 | 132 | #define USB_DEVICE_ID_MATCH_INT_PROTOCOL 0x0200 |
| 133 | 133 | ||
| 134 | #define HID_ANY_ID (~0) | ||
| 135 | |||
| 136 | struct hid_device_id { | ||
| 137 | __u16 bus; | ||
| 138 | __u32 vendor; | ||
| 139 | __u32 product; | ||
| 140 | kernel_ulong_t driver_data | ||
| 141 | __attribute__((aligned(sizeof(kernel_ulong_t)))); | ||
| 142 | }; | ||
| 143 | |||
| 134 | /* s390 CCW devices */ | 144 | /* s390 CCW devices */ |
| 135 | struct ccw_device_id { | 145 | struct ccw_device_id { |
| 136 | __u16 match_flags; /* which fields to match against */ | 146 | __u16 match_flags; /* which fields to match against */ |
