On Fri, Feb 10, 2017 at 10:09 AM, <[email protected]> wrote: > Okay, so I can't find that, but I did find this custom driver which seems to > send a query (see line 70 to 109ish)? I don't really understand this code > (again, I'm a python feller) so I might be way off base with that > assumption.
With the wireless dongle you have four wireless slots on the dongle into which wireless controllers can sync and I assume that code queries those four slots to see if a controller is connected to them. The problem with that is that the slots on the dongle don't have anything to do with the order that your OS assigns to the controller. Things might work as long as you only use wireless controllers, but would get jumbled up if there are any non-Xbox360 wireless controllers in the mix. I also don't think you can access that information from the Python side, as the driver would already keep the USB endpoint busy. -- 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.
