diff options
author | Ronny Peine <RonnyPeine@gmx.de> | 2007-03-27 08:37:44 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-04-11 04:36:02 -0400 |
commit | 38d4b89e274c7eed99fcf6c3f8686f70edd6ab7c (patch) | |
tree | 772383fe45e8ade80a5d97a6174ff3c7d5c647cc | |
parent | 4cbe7d28f2c63e801d651b3b56f953a5ff5ae70f (diff) |
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>
-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 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[] = { | |||
64 | { 0x810, 0x0001, hid_plff_init }, | 64 | { 0x810, 0x0001, hid_plff_init }, |
65 | #endif | 65 | #endif |
66 | #ifdef CONFIG_THRUSTMASTER_FF | 66 | #ifdef CONFIG_THRUSTMASTER_FF |
67 | { 0x44f, 0xb300, hid_tmff_init }, | ||
67 | { 0x44f, 0xb304, hid_tmff_init }, | 68 | { 0x44f, 0xb304, hid_tmff_init }, |
68 | #endif | 69 | #endif |
69 | #ifdef CONFIG_ZEROPLUS_FF | 70 | #ifdef CONFIG_ZEROPLUS_FF |