diff options
Diffstat (limited to 'drivers/usb/input/hid-ff.c')
-rw-r--r-- | drivers/usb/input/hid-ff.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/input/hid-ff.c b/drivers/usb/input/hid-ff.c index 1b488220214..a8fc46c721c 100644 --- a/drivers/usb/input/hid-ff.c +++ b/drivers/usb/input/hid-ff.c | |||
@@ -60,6 +60,10 @@ static struct hid_ff_initializer inits[] = { | |||
60 | #ifdef CONFIG_THRUSTMASTER_FF | 60 | #ifdef CONFIG_THRUSTMASTER_FF |
61 | { 0x44f, 0xb304, hid_tmff_init }, | 61 | { 0x44f, 0xb304, hid_tmff_init }, |
62 | #endif | 62 | #endif |
63 | #ifdef CONFIG_ZEROPLUS_FF | ||
64 | { 0xc12, 0x0005, hid_zpff_init }, | ||
65 | { 0xc12, 0x0030, hid_zpff_init }, | ||
66 | #endif | ||
63 | { 0, 0, hid_pidff_init} /* Matches anything */ | 67 | { 0, 0, hid_pidff_init} /* Matches anything */ |
64 | }; | 68 | }; |
65 | 69 | ||