Input: add force feedback driver for PSX-style Zeroplus devices

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Anssi Hannula
2006-07-19 01:44:17 -04:00
committed by Dmitry Torokhov
parent 1f734cb461
commit bb3caf7f43
5 changed files with 126 additions and 0 deletions

View 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 */
};