ble-usb-devices icon indicating copy to clipboard operation
ble-usb-devices copied to clipboard

Support USB Hub device?

Open lazywei opened this issue 2 years ago • 0 comments

So I have a keyboard with an internal USB hub and according to USBHost's library doc: https://www.arduino.cc/en/Reference/USBHost, it seems USBHost doesn't support this.

USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.

I wonder if you could share what kind of change is required to make it support USB Hubs connected device? Is there an alternative option other than the USBHost library? I saw you have another library https://github.com/gdsports/USB_Host_Library_SAMD and curious do you think that can solve this?

Thanks!

lazywei avatar Dec 02 '21 02:12 lazywei