diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2007-01-11 09:51:18 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-02-05 04:00:05 -0500 |
commit | 20eb12790670985c8e30821218993bd260387b89 (patch) | |
tree | f387265be6a4334ae622578ae8f62ef55c584931 /include/linux/hid.h | |
parent | 5556feae1c4e1cf2021b5fb2ef99973125de2250 (diff) |
hid: force feedback driver for PantherLord USB/PS2 2in1 Adapter
Add a force feedback driver for PantherLord USB/PS2 2in1 Adapter,
0810:0001. The device identifies itself as "Twin USB Joystick".
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 |