hello,

I have a sidewinder FFP on a creative Sb live.
I 've managed to make it work by changing some lines in sidewinder.c :

line 694 :
there is
        if (j == 14) {                        /* ID length 14*3 -> FFP */
and it should be
        if (j == 16) {                        /* ID length 16*3 -> FFP */

because the length of the ID given by the FFP is 48

line 361 :
there is
                        input_report_abs(dev, ABS_RZ,       GB(36, 6));
                        input_report_abs(dev, ABS_THROTTLE, GB(29, 7));
and it should be
input_report_abs(dev, ABS_THROTTLE,       GB(36, 6));
                        input_report_abs(dev, ABS_RZ, GB(29, 7));


** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => Sebastien Salmon (sebastien-salmon)
       Status: Incomplete => In Progress

-- 
Sidewinder Module does not detect with power
https://bugs.launchpad.net/bugs/224133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to