diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-25 17:03:55 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:55 -0400 |
commit | 2b88b803018dbc2e9c68cbcd1739186e0715911a (patch) | |
tree | 346a8af4c1cab58bfd5cd4dbe70ce2eae474e90d /include/linux/hid.h | |
parent | 3715ade981d524f9bb3b851a1eb81d3604a873bc (diff) |
HID: remove rdesc quirk support
Remove support for both dynamic and static report descriptor
quirks. There is no longer rdesc code which it would support,
so it's useless.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 0de5fe8894d9..9eac330a1dfa 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -734,7 +734,6 @@ extern void hid_generic_exit(void); | |||
734 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); | 734 | u32 usbhid_lookup_quirk(const u16 idVendor, const u16 idProduct); |
735 | int usbhid_quirks_init(char **quirks_param); | 735 | int usbhid_quirks_init(char **quirks_param); |
736 | void usbhid_quirks_exit(void); | 736 | void usbhid_quirks_exit(void); |
737 | void usbhid_fixup_report_descriptor(const u16, const u16, char *, unsigned, char **); | ||
738 | 737 | ||
739 | #ifdef CONFIG_HID_FF | 738 | #ifdef CONFIG_HID_FF |
740 | int hid_ff_init(struct hid_device *hid); | 739 | int hid_ff_init(struct hid_device *hid); |