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

Dualshock 3 Implementation #3

Closed
cathery opened this issue Oct 31, 2019 · 1 comment
Closed

Dualshock 3 Implementation #3

cathery opened this issue Oct 31, 2019 · 1 comment

Comments

@cathery
Copy link
Owner

cathery commented Oct 31, 2019

I can't seem to correctly identify and acquire dualshock 3 interfaces on the switch. When queried with the filter of idVendor = 0x54C, availableInterfaces will give you 0 results, allInterfaces will give you 1 result, and acquiredInterfaces will give you 0 results. Sometimes an event will pop off with an available dualshock 3 interface, but trying to acquire it will result in an error. Perhaps it is being blacklisted in a HidGamepad json file in the usb-sysmodule?

If you know how to solve this issue, or have anything to add, please let me know.

@cathery
Copy link
Owner Author

cathery commented Nov 5, 2019

The workaround to this issue was to filter it by vendor + product combination. Strange how it doesn't work otherwise

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