aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/usbhid/hid-ff.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/usbhid/hid-ff.c')
-rw-r--r--drivers/hid/usbhid/hid-ff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/usbhid/hid-ff.c b/drivers/hid/usbhid/hid-ff.c
index 23431fbbc3d7..5dacd8ec8072 100644
--- a/drivers/hid/usbhid/hid-ff.c
+++ b/drivers/hid/usbhid/hid-ff.c
@@ -67,6 +67,8 @@ static struct hid_ff_initializer inits[] = {
67#ifdef CONFIG_THRUSTMASTER_FF 67#ifdef CONFIG_THRUSTMASTER_FF
68 { 0x44f, 0xb300, hid_tmff_init }, 68 { 0x44f, 0xb300, hid_tmff_init },
69 { 0x44f, 0xb304, hid_tmff_init }, 69 { 0x44f, 0xb304, hid_tmff_init },
70 { 0x44f, 0xb651, hid_tmff_init }, /* FGT Rumble Force Wheel */
71 { 0x44f, 0xb654, hid_tmff_init }, /* FGT Force Feedback Wheel */
70#endif 72#endif
71#ifdef CONFIG_ZEROPLUS_FF 73#ifdef CONFIG_ZEROPLUS_FF
72 { 0xc12, 0x0005, hid_zpff_init }, 74 { 0xc12, 0x0005, hid_zpff_init },