I managed to run my joystick (sidewinder ffp on gameport)

For this, I edit sidewinder.c like this :

line 693-694 : 
                                 case 48:                                /* 
Ambiguous */
                                         if (j == 14) {                  /* ID 
length 14*3 -> FFP */

become :


                                case 16:                                
                                  sw->bits = 3;
                                case 48:                                /* 
Ambiguous */
                                         if (j == 14) {                  /* ID 
length 14*3 -> FFP */

when the power is turned off, mode = 3 and length = 16 => case 48
when the power is turned on, mode = 1 and length = 16 => case 16

-- 
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
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to