diff options
author | Ronny Peine <RonnyPeine@gmx.de> | 2007-03-27 14:37:44 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-04-11 10:36:02 +0200 |
commit | 38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c (patch) | |
tree | 772383fe45e8ade80a5d97a6174ff3c7d5c647cc /drivers/hid | |
parent | 4cbe7d28f2c63e801d651b3b56f953a5ff5ae70f (diff) | |
download | linux-3.10-38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c.tar.gz linux-3.10-38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c.tar.bz2 linux-3.10-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c index e431faaa6ab..4ff3edb9aa9 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 |