diff options
Diffstat (limited to 'include/linux/hid.h')
-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 c67eeb516040..cd5d562b1b7c 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -524,6 +524,7 @@ extern void hidinput_disconnect(struct hid_device *); | |||
524 | int hid_set_field(struct hid_field *, unsigned, __s32); | 524 | int hid_set_field(struct hid_field *, unsigned, __s32); |
525 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); | 525 | int hid_input_report(struct hid_device *, int type, u8 *, int, int); |
526 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); | 526 | int hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field); |
527 | int hidinput_mapping_quirks(struct hid_usage *, struct input_dev *, unsigned long *, int *); | ||
527 | void hid_input_field(struct hid_device *hid, struct hid_field *field, __u8 *data, int interrupt); | 528 | void hid_input_field(struct hid_device *hid, struct hid_field *field, __u8 *data, int interrupt); |
528 | void hid_output_report(struct hid_report *report, __u8 *data); | 529 | void hid_output_report(struct hid_report *report, __u8 *data); |
529 | void hid_free_device(struct hid_device *device); | 530 | void hid_free_device(struct hid_device *device); |