micropython/stmhal/usbdev/class/inc
Damien George b1f68685ec stmhal: In USB HID driver, make polling interval configurable.
When setting usb_mode to "HID", hid config object now has
polling-interval (in ms) as the 4th element.  It mmust now be a 5-tuple
of the form:

(subclass, protocol, max_packet_len, polling_interval, report_desc)

The mouse and keyboard defaults have polling interval at 8ms.
2015-04-13 16:59:05 +01:00
..
usbd_cdc_msc_hid.h stmhal: Properly define pyb.usb_mode() semantics. 2015-02-13 14:02:51 +00:00
usbd_cdc_msc_hid0.h stmhal: In USB HID driver, make polling interval configurable. 2015-04-13 16:59:05 +01:00
usbd_msc_bot.h
usbd_msc_data.h
usbd_msc_scsi.h