keyboardio / Kaleidoscope-Bundle-Keyboardio

A Kaleidoscope distribution for the Keyboardio Model 01 and other keyboards.
Other
17 stars 24 forks source link

USBCore: fix ZLPs for control transfers #53

Closed tlyu closed 7 months ago

tlyu commented 7 months ago

When sending control transfers that are a multiple of 64 bytes, add a ZLP if the host requested more bytes than we sent. This avoids timeouts for some hosts, possibly including Windows. See USB 2.0 §5.5.3.

I've tested this for some simple test cases that exhibited the symptoms before, but it could probably use more testing.

Fixes keyboardio/Chrysalis-Firmware-Bundle#40.