This patch add supports for force feedback Thrustmaster "F430 Force Feedback" steering wheel. I just added the right usb device id to the existing hid-tmff driver by Zinx Verituse and to the exceptions list in hid-core.c After the patches, the device correctly supports constant forces. For example, the wheel will move correctly accordingly to the mouse position when using ffmvforce from ffutils; ffset is able to set autocenter strenght and ff gain. I tested the patches over a 2.6.35 kernel, but the changes are so minimal that they should work flawlessy on newer ones. --- hid-core.c-2.6.35 2010-11-16 13:54:29.563224822 +0100 +++ hid-core.c 2010-11-16 13:46:46.576195469 +0100 @@ -1374,6 +1374,7 @@ { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb651) }, { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb653) }, { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb654) }, + { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a) }, { HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED, USB_DEVICE_ID_TOPSEED_CYBERLINK) }, { HID_USB_DEVICE(USB_VENDOR_ID_TWINHAN, USB_DEVICE_ID_TWINHAN_IR_REMOTE) }, { HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_SMARTJOY_PLUS) }, -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html