diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-09-18 06:23:31 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:51:00 -0400 |
commit | 10e41a711e55f485709b4ca157e587cf36ef5a69 (patch) | |
tree | 5e7e31db5f0127370ab2cc7250b16061ec7fc3cb /drivers/hid/usbhid/hid-ff.c | |
parent | 5f022298aab58ddff9bccdb28b82a59109789da9 (diff) |
HID: move thrustmaster FF processing
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/usbhid/hid-ff.c')
-rw-r--r-- | drivers/hid/usbhid/hid-ff.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c index a868eef06189..ed3a869d54e3 100644 --- a/drivers/hid/usbhid/hid-ff.c +++ b/drivers/hid/usbhid/hid-ff.c | |||
@@ -50,12 +50,6 @@ struct hid_ff_initializer { | |||
50 | * be a PID device | 50 | * be a PID device |
51 | */ | 51 | */ |
52 | static struct hid_ff_initializer inits[] = { | 52 | static struct hid_ff_initializer inits[] = { |
53 | #ifdef CONFIG_THRUSTMASTER_FF | ||
54 | { 0x44f, 0xb300, hid_tmff_init }, | ||
55 | { 0x44f, 0xb304, hid_tmff_init }, | ||
56 | { 0x44f, 0xb651, hid_tmff_init }, /* FGT Rumble Force Wheel */ | ||
57 | { 0x44f, 0xb654, hid_tmff_init }, /* FGT Force Feedback Wheel */ | ||
58 | #endif | ||
59 | #ifdef CONFIG_ZEROPLUS_FF | 53 | #ifdef CONFIG_ZEROPLUS_FF |
60 | { 0xc12, 0x0005, hid_zpff_init }, | 54 | { 0xc12, 0x0005, hid_zpff_init }, |
61 | { 0xc12, 0x0030, hid_zpff_init }, | 55 | { 0xc12, 0x0030, hid_zpff_init }, |