aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorRonny Peine <RonnyPeine@gmx.de>2007-03-27 14:37:44 +0200
committerJiri Kosina <jkosina@suse.cz>2007-04-11 10:36:02 +0200
commit38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c (patch)
tree772383fe45e8ade80a5d97a6174ff3c7d5c647cc /drivers/hid
parentUSB HID: specify explicit size for hid_blacklist.quirks (diff)
downloadlinux-dev-38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c.tar.xz
linux-dev-38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c.zip
USB HID: Thustmaster firestorm dual power v1 support
This patch adds support for version 1 of Thustmaster firestorm dual power (0x44f/0xb300). Signed-off-by: Ronny Peine <RonnyPeine@gmx.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/usbhid/hid-ff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c
index e431faaa6abc..4ff3edb9aa96 100644
--- a/drivers/hid/usbhid/hid-ff.c
+++ b/drivers/hid/usbhid/hid-ff.c
@@ -64,6 +64,7 @@ static struct hid_ff_initializer inits[] = {
{ 0x810, 0x0001, hid_plff_init },
#endif
#ifdef CONFIG_THRUSTMASTER_FF
+ { 0x44f, 0xb300, hid_tmff_init },
{ 0x44f, 0xb304, hid_tmff_init },
#endif
#ifdef CONFIG_ZEROPLUS_FF