Bug 12658
Summary: | ThrustMaster Firestorm Dual Power 3 Gamepads stopped working | ||
---|---|---|---|
Product: | Drivers | Reporter: | Frank Roscher (Frank-Roscher) |
Component: | Input Devices | Assignee: | Jiri Kosina (jikos) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28.4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 |
Description
Frank Roscher
2009-02-08 08:45:54 UTC
Bug still present as of 2.6.28.5 and 2.6.29-rc5. Okay, I toyed around a little. The device works perfectly again if I remove line 1616 in drivers/hid/hid-core.c - by which I mean the following line: { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb304) }, Apparently the device is disabled intentionally, but that really doesn't seem to make sense here. That is a bug, and I already have fix for that queued in my tree ("HID: move tmff and zpff devices from ignore_list to blacklist" from Anssi Hannula). |