Resolved! USB HID: how to send more than 64 bytes of data (host-to-device)?
On an STM32F103CB, running as a Custom USB HID FS device, I have this USB HID Report Descriptor (I'm only showing Report ID 2): 0x06,0x70,0xff, // Usage Page: Vendor defined 0x09,0x06, // Usage 0xa1,0x01, // Collection: Applica...