diff options
Diffstat (limited to 'drivers/hid/usbhid/hid-ff.c')
-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 |