]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/hid/usbhid/hid-ff.c
HID: move thrustmaster FF processing
[mirror_ubuntu-bionic-kernel.git] / drivers / hid / usbhid / hid-ff.c
index a868eef061891ad9350b9a0a499b97c022b94f28..ed3a869d54e31b7fb6eed4cf8d5722a721f7e4cb 100644 (file)
@@ -50,12 +50,6 @@ struct hid_ff_initializer {
  * be a PID device
  */
 static struct hid_ff_initializer inits[] = {
-#ifdef CONFIG_THRUSTMASTER_FF
-       { 0x44f, 0xb300, hid_tmff_init },
-       { 0x44f, 0xb304, hid_tmff_init },
-       { 0x44f, 0xb651, hid_tmff_init }, /* FGT Rumble Force Wheel */
-       { 0x44f, 0xb654, hid_tmff_init }, /* FGT Force Feedback Wheel */
-#endif
 #ifdef CONFIG_ZEROPLUS_FF
        { 0xc12, 0x0005, hid_zpff_init },
        { 0xc12, 0x0030, hid_zpff_init },