ChrisDeadman / usb-to-ps2-gameport-hat

Convert USB devices to PS/2 & Gameport devices with the power of Arduino 🙂
MIT License
15 stars 1 forks source link

USB 1.1 Keyboards do not work if connected via USB HUB #7

Open ChrisDeadman opened 6 months ago

ChrisDeadman commented 6 months ago

At least for my USB 1.1 Keyboard that is the case. It seems to be a quirk of the SAMD21 since my TinyUSB port has the same issues even tho I wrote it from scratch using interrupts and just the datasheet.