atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.99k stars 113 forks source link

Re-connection and driver binding issues #91

Closed TobiPeterG closed 5 years ago

TobiPeterG commented 5 years ago

Describe the bug A clear and concise description of what the bug is. When I disconnected my controller or shut my PC down, I'm having some troubles to re-connect it via bluetooth. It shows that it's trying to connect, but goes back to un-connected state and so on. To Reproduce Steps to reproduce the behavior:

  1. Connect Controller
  2. Dis-connect it
  3. try to re-connect it again Expected behavior A clear and concise description of what you expected to happen. The controller should be connected immediately again Screenshots/Gifs If applicable, add screenshots or animated gifs to help explain your problem.

System information Please enable debugging output https://atar-axis.github.io/xpadneo/index.html#debugging and add at least the following outputs

NoXPhasma commented 5 years ago

Ohh, I can confirm the chip, it's noted in the kernel log:

kernel: usb 3-1.4: new full-speed USB device number 11 using xhci_hcd
kernel: usb 3-1.4: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
kernel: usb 3-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
kernel: usb 3-1.4: Product: CSR8510 A10

So me and @germangoergs have the same chip.

atar-axis commented 5 years ago

Updated! Thanks. I am going to close this issue since the binding problems are solved and the other issues are not related to the driver itself. But I will work in it anyway.