diff options
Diffstat (limited to 'drivers/hid/usbhid/hid-ff.c')
-rw-r--r-- | drivers/hid/usbhid/hid-ff.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c index 8891f60d3beb..a868eef06189 100644 --- a/drivers/hid/usbhid/hid-ff.c +++ b/drivers/hid/usbhid/hid-ff.c | |||
@@ -50,10 +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_PANTHERLORD_FF | ||
54 | { 0x810, 0x0001, hid_plff_init }, /* "Twin USB Joystick" */ | ||
55 | { 0xe8f, 0x0003, hid_plff_init }, /* "GreenAsia Inc. USB Joystick " */ | ||
56 | #endif | ||
57 | #ifdef CONFIG_THRUSTMASTER_FF | 53 | #ifdef CONFIG_THRUSTMASTER_FF |
58 | { 0x44f, 0xb300, hid_tmff_init }, | 54 | { 0x44f, 0xb300, hid_tmff_init }, |
59 | { 0x44f, 0xb304, hid_tmff_init }, | 55 | { 0x44f, 0xb304, hid_tmff_init }, |