diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index ff545cc33c3a..6e185509046d 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -749,6 +749,10 @@ void hid_output_report(struct hid_report *report, __u8 *data); | |||
749 | struct hid_device *hid_allocate_device(void); | 749 | struct hid_device *hid_allocate_device(void); |
750 | struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id); | 750 | struct hid_report *hid_register_report(struct hid_device *device, unsigned type, unsigned id); |
751 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); | 751 | int hid_parse_report(struct hid_device *hid, __u8 *start, unsigned size); |
752 | struct hid_report *hid_validate_values(struct hid_device *hid, | ||
753 | unsigned int type, unsigned int id, | ||
754 | unsigned int field_index, | ||
755 | unsigned int report_counts); | ||
752 | int hid_open_report(struct hid_device *device); | 756 | int hid_open_report(struct hid_device *device); |
753 | int hid_check_keys_pressed(struct hid_device *hid); | 757 | int hid_check_keys_pressed(struct hid_device *hid); |
754 | int hid_connect(struct hid_device *hid, unsigned int connect_mask); | 758 | int hid_connect(struct hid_device *hid, unsigned int connect_mask); |