Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Switch Pro gamepad connected through Bluetooth and then USB is detected twice; First thread get's stuck #55

Open
Takao-7 opened this issue Jun 22, 2023 · 0 comments

Comments

@Takao-7
Copy link

Takao-7 commented Jun 22, 2023

Steps to reproduce (Windows):

  1. Connect a Switch Pro Gamepad through Bluetooth
  2. Then connect the gamepad through USB

Observe that both the "serial number" and "path" are different between connecting it through USB and Bluetooth. Because of this, the gamepad is now connected through USB and the thread handling the Bluetooth connection gets stuck in JoyShock.cpp:589
if (!get_spi_data(0x603D, 0x12, factory_stick_cal)) { return false; }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant