Bug 16408
Summary: | Psx parallel joystick does not respond after upgrading kernel | ||
---|---|---|---|
Product: | Drivers | Reporter: | Eugene Yudin (Eugene.Yudin) |
Component: | Input Devices | Assignee: | Dmitry Torokhov (dmitry.torokhov) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | dmitry.torokhov, Eugene.Yudin, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.34 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 15310 | ||
Attachments: | Reference correct pad in PSX mode |
Description
Eugene Yudin
2010-07-18 06:06:10 UTC
Could you please try reverting the following commits and tell me which one broke your device: 5bc923c Input: gamecon - fix off by one range check a1e1274 Input: gamecon - use pr_err() and friends af930d6 Input: gamecon - constify some of the setup structures 0995174 Input: gamecon - simplify pad type handling 315543f Input: gamecon - simplify coordinate calculation for PSX d38fcb9 Input: gamecon - fix some formatting issues Thanks! Thank you for your reply! Joystick stops working after applying the patch "simplify pad type handling". Created attachment 27163 [details]
Reference correct pad in PSX mode
Thanks for determining the culprit Eugene. Could you please try this patch and let me know if it fixes the issue.
Thanks for the patch! It completely fixes the problem. Everything work like a charm! Handled-By : Dmitry Torokhov <dmitry.torokhov@gmail.com> Patch : https://bugzilla.kernel.org/attachment.cgi?id=27163 Fixed by commit c25f7b763cc35a249232ce612a36a811b0e263f9 . |