diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2006-07-19 01:44:17 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-07-19 01:44:17 -0400 |
commit | bb3caf7f438a67452f5cf4773ca1bf82260bbbad (patch) | |
tree | 01bcea151929eea5e58bb1591de80eac9be5d617 /drivers/usb/input/hid.h | |
parent | 1f734cb461e1f029d751deb15c8d9f8137fb2ca7 (diff) |
Input: add force feedback driver for PSX-style Zeroplus devices
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/hid.h')
-rw-r--r-- | drivers/usb/input/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/input/hid.h b/drivers/usb/input/hid.h index 6d88c0c0b90..3dae8a949de 100644 --- a/drivers/usb/input/hid.h +++ b/drivers/usb/input/hid.h @@ -525,6 +525,7 @@ int hid_ff_init(struct hid_device *hid); int hid_lgff_init(struct hid_device *hid); int hid_tmff_init(struct hid_device *hid); +int hid_zpff_init(struct hid_device *hid); #ifdef CONFIG_HID_PID int hid_pidff_init(struct hid_device *hid); #else |