Skip to content

Conversation

@skajacore
Copy link
Contributor

@skajacore skajacore commented May 20, 2020

Replaced the call to libusb_open_device_with_vid_pid() with libusb_open(). The former should not be used outside of a test application and has limitations such as only being able to open the first device with a matching vid/pid. This caused issues with multiple identical controllers, where only the first would be opened and the second would fail.

Fixes #11

Replaced the call to libusb_open_device_with_vid_pid() with libusb_open(). The former should not be used outside of a test application and has limitations such as only being able to open the first device with a matching vid/pid. This caused issues with multiple identical controllers, where only the first would be opened and the second would fail.
@emoose emoose merged commit 11e1352 into emoose:master Jul 5, 2020
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

Successfully merging this pull request may close these issues.

2 controllers

2 participants