diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 23e0dcf8ec41..4ba456d71f6b 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -496,6 +496,7 @@ 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); | 498 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); |
499 | int usbhid_modify_dquirk(const u16 idVendor, const u16 idProduct, const u32 quirks); | ||
499 | 500 | ||
500 | #ifdef CONFIG_HID_FF | 501 | #ifdef CONFIG_HID_FF |
501 | int hid_ff_init(struct hid_device *hid); | 502 | int hid_ff_init(struct hid_device *hid); |