I am trying to configure two wireless xbox gamepads attached to a single receiver in one go. However, this appears to be impossible, as -w doesn't act as a match filter in a --next-controller section, but rather it appears to be a global option. If I run this command: sudo xboxdrv -i 0 -w 0 --device-name "XBOX 1" --next-controller -i 0 -w 1 -- device-name "XBOX 2" -- ./sdl2-jstest --list I only get the second controller "XBOX 2" recognized. As of now, I'm using this stupid chaining of xboxdrv commands, and it works as expected: sudo xboxdrv -i 0 -w 0 --device-name "XBOX 1" -- xboxdrv -i 0 -w 1 --device-name "XBOX 2" -- ./sdl2-jstest --list but it sounds like an ugly hack to me.
Am I doing something wrong or should I open a feature request on github? -- You received this message because you are subscribed to the Google Groups "xboxdrv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/xboxdrv. For more options, visit https://groups.google.com/d/optout.
