Input: add force feedback driver for PSX-style Zeroplus devices
[pandora-kernel.git] / drivers / usb / input / hid-ff.c
index 1b48822..a8fc46c 100644 (file)
@@ -59,6 +59,10 @@ static struct hid_ff_initializer inits[] = {
 #endif
 #ifdef CONFIG_THRUSTMASTER_FF
        { 0x44f, 0xb304, hid_tmff_init },
+#endif
+#ifdef CONFIG_ZEROPLUS_FF
+       { 0xc12, 0x0005, hid_zpff_init },
+       { 0xc12, 0x0030, hid_zpff_init },
 #endif
        { 0,     0,      hid_pidff_init}  /* Matches anything */
 };