cnlohr / rv003usb

CH32V003 RISC-V Pure Software USB Controller
MIT License
436 stars 43 forks source link

Fix the mouse composite HID report descriptor. #35

Closed ewpa closed 8 months ago

ewpa commented 8 months ago

USB protocol errors occur in the composite HID demo due to an invalid min/max report descriptor for the mouse. Fix this as intended for a three button mouse.

cnlohr commented 8 months ago

thank you!