diff options
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 }, |