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 523b8341e791..18d0f2ce817f 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h | |||
@@ -504,6 +504,7 @@ struct hid_device *hid_parse_report(__u8 *start, unsigned size); | |||
504 | int hid_ff_init(struct hid_device *hid); | 504 | int hid_ff_init(struct hid_device *hid); |
505 | 505 | ||
506 | int hid_lgff_init(struct hid_device *hid); | 506 | int hid_lgff_init(struct hid_device *hid); |
507 | int hid_plff_init(struct hid_device *hid); | ||
507 | int hid_tmff_init(struct hid_device *hid); | 508 | int hid_tmff_init(struct hid_device *hid); |
508 | int hid_zpff_init(struct hid_device *hid); | 509 | int hid_zpff_init(struct hid_device *hid); |
509 | #ifdef CONFIG_HID_PID | 510 | #ifdef CONFIG_HID_PID |