microzig icon indicating copy to clipboard operation
microzig copied to clipboard

USB: implement HID class-specific control requests

Open hryx opened this issue 8 months ago • 0 comments

These are currently ACKed without properly performing the requested tasks:

  • [ ] SetIdle: Requests bandwidth limits on the device.
  • [ ] SetProtocol: Switches between boot/non-boot report formats.
  • [ ] SetReport: Send report to a device, e.g. turn on a LED. Requires some architecture in MicroZig for having application code handle this event.

Follow-up from #449

hryx avatar Apr 17 '25 15:04 hryx