diff options
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index d73b24b1e265..23e0dcf8ec41 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -495,6 +495,8 @@ void hid_output_report(struct hid_report *report, __u8 *data); | |||
495 | void hid_free_device(struct hid_device *device); | 495 | void hid_free_device(struct hid_device *device); |
496 | struct hid_device *hid_parse_report(__u8 *start, unsigned size); | 496 | struct hid_device *hid_parse_report(__u8 *start, unsigned size); |
497 | 497 | ||
498 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); | ||
499 | |||
498 | #ifdef CONFIG_HID_FF | 500 | #ifdef CONFIG_HID_FF |
499 | int hid_ff_init(struct hid_device *hid); | 501 | int hid_ff_init(struct hid_device *hid); |
500 | 502 | ||