···5858 devices.59596060config LOGITECH_FF6161- bool "Logitech WingMan *3D support"6161+ bool "Logitech devices support"6262 depends on HID_FF6363 select INPUT_FF_MEMLESS if USB_HID6464 help6565 Say Y here if you have one of these devices:6666 - Logitech WingMan Cordless RumblePad6767+ - Logitech WingMan Cordless RumblePad 26768 - Logitech WingMan Force 3D6969+ - Logitech Formula Force EX7070+ - Logitech MOMO Force wheel7171+6872 and if you want to enable force feedback for them.6973 Note: if you say N here, this device will still be supported, but without7074 force feedback.
+3-2
drivers/usb/input/hid-ff.c
···5454static struct hid_ff_initializer inits[] = {5555#ifdef CONFIG_LOGITECH_FF5656 { 0x46d, 0xc211, hid_lgff_init }, /* Logitech Cordless rumble pad */5757- { 0x46d, 0xc283, hid_lgff_init }, /* Logitech Wingman Force 3d */5858- { 0x46d, 0xc295, hid_lgff_init }, /* Logitech MOMO force wheel */5957 { 0x46d, 0xc219, hid_lgff_init }, /* Logitech Cordless rumble pad 2 */5858+ { 0x46d, 0xc283, hid_lgff_init }, /* Logitech Wingman Force 3d */5959+ { 0x46d, 0xc294, hid_lgff_init }, /* Logitech Formula Force EX */6060+ { 0x46d, 0xc295, hid_lgff_init }, /* Logitech MOMO force wheel */6061 { 0x46d, 0xca03, hid_lgff_init }, /* Logitech MOMO force wheel */6162#endif6263#ifdef CONFIG_PANTHERLORD_FF