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

Disable HID Gamepad by default once dynamic HID descriptors are implemented #4531

Closed
dhalbert opened this issue Apr 1, 2021 · 3 comments
Closed

Comments

@dhalbert
Copy link
Collaborator

dhalbert commented Apr 1, 2021

HID Gamepad causes MacOS and iOS not to respond to HID Mouse. in 7.0.0, disable HID Gamepad by default, assuming that dynamic HID descriptors are implemented. Addresses #4479.

@hathach
Copy link
Member

hathach commented Apr 8, 2021

I am late to the party, did re-arrange #4560 the report ID get both mouse and gamepad work with iOS. I have seen similar issue with BLE HID as well on the arduino nrf52. Plan to get back to implement it in the near future. Another way it adding additional HID interface for gamepad, it may work.

@dhalbert
Copy link
Collaborator Author

@hathach #4560 fixed it on MacOS but not iOS. I am deep into dynamic USB descriptors now, so it should be possible. I will not implement two HID devices yet, but maybe eventually.

@dhalbert
Copy link
Collaborator Author

Fixed by #4689.

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

No branches or pull requests

2 participants