diff options
author | Anssi Hannula <anssi.hannula@gmail.com> | 2007-01-11 16:51:18 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-02-05 10:00:05 +0100 |
commit | 20eb12790670985c8e30821218993bd260387b89 (patch) | |
tree | f387265be6a4334ae622578ae8f62ef55c584931 /include | |
parent | 5556feae1c4e1cf2021b5fb2ef99973125de2250 (diff) | |
download | linux-3.10-20eb12790670985c8e30821218993bd260387b89.tar.gz linux-3.10-20eb12790670985c8e30821218993bd260387b89.tar.bz2 linux-3.10-20eb12790670985c8e30821218993bd260387b89.zip |
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')
-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 523b8341e79..18d0f2ce817 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); int hid_ff_init(struct hid_device *hid); int hid_lgff_init(struct hid_device *hid); +int hid_plff_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 |