diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-07-31 05:09:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:54 -0400 |
commit | 3715ade981d524f9bb3b851a1eb81d3604a873bc (patch) | |
tree | a3daee2e0b696ca5ee3255fa76d2f5ba062ed739 /include | |
parent | 980a3da6acdd577ee3ae192e868dc52fe4b7f2e5 (diff) |
HID: remove hid-input-quirks
Remove the file since these is no user now.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 5b47feecc101..0de5fe8894d9 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -617,9 +617,6 @@ extern void hidinput_disconnect(struct hid_device *); | |||
617 | int hid_set_field(struct hid_field *, unsigned, __s32); | 617 | int hid_set_field(struct hid_field *, unsigned, __s32); |
618 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); | 618 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); |
619 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); | 619 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); |
620 | int hidinput_mapping_quirks(struct hid_usage *, struct hid_input *, | ||
621 | unsigned long **, int *); | ||
622 | int hidinput_event_quirks(struct hid_device *, struct hid_field *, struct hid_usage *, __s32); | ||
623 | void hid_output_report(struct hid_report *report, __u8 *data); | 620 | void hid_output_report(struct hid_report *report, __u8 *data); |
624 | struct hid_device *hid_allocate_device(void); | 621 | struct hid_device *hid_allocate_device(void); |
625 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); | 622 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); |