diff options
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 42a0f1d11365..0a34fb071379 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -626,8 +626,8 @@ struct hid_driver { | |||
626 | int (*event)(struct hid_device *hdev, struct hid_field *field, | 626 | int (*event)(struct hid_device *hdev, struct hid_field *field, |
627 | struct hid_usage *usage, __s32 value); | 627 | struct hid_usage *usage, __s32 value); |
628 | 628 | ||
629 | void (*report_fixup)(struct hid_device *hdev, __u8 *buf, | 629 | __u8 *(*report_fixup)(struct hid_device *hdev, __u8 *buf, |
630 | unsigned int size); | 630 | unsigned int *size); |
631 | 631 | ||
632 | int (*input_mapping)(struct hid_device *hdev, | 632 | int (*input_mapping)(struct hid_device *hdev, |
633 | struct hid_input *hidinput, struct hid_field *field, | 633 | struct hid_input *hidinput, struct hid_field *field, |