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

Fix compatibility with hubs and HID devices #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ChrisDeadman
Copy link

I needed to make those fixes in order to get the following combination of devices to work:

               Arduino SAMD
                    |
  [XBOXRCV] --- [USB HUB] --- [HIDUniversal Joystick]
                    |                           
             [HIDBOOT Mouse]

Also hotplug was a big issue for me which now works in my case - still not perfect though, when the hotplug process is interrupted (by pulling out the usb connector during device enumeration) the hub needs to be reconnected but this is a hard limitation of the USB host shield library in itself.
This might also resolve the USB Midi Host with HUB Problems.

@ChrisDeadman
Copy link
Author

ChrisDeadman commented Feb 13, 2020

it does things a bit differently than this Pull Request for the original library but after a lot of debugging I found that there were issues with the address mapping of the connected devices, also they were not freed correctly.

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.

None yet

1 participant