ST/USBHOST forked to add another HID handler for raw keyboard data to get more detail not available with current handlers (all pressed keys, all releases, and periodic updates)
Dependents: C64-stm429_discovery
Diff: USBHost/TARGET_STM/USBEndpoint_STM.cpp
- Revision:
- 3:1c76b46ad779
- Parent:
- 1:ab240722d7ef
- Child:
- 5:fc157e6bd5a5
--- a/USBHost/TARGET_STM/USBEndpoint_STM.cpp Wed Feb 15 10:49:44 2017 +0100 +++ b/USBHost/TARGET_STM/USBEndpoint_STM.cpp Fri Feb 17 12:40:57 2017 +0100 @@ -110,7 +110,7 @@ state = USB_TYPE_PROCESSING; /* one request */ td_current->nextTD = (hcTd*)0; - + td_current->retry = 0; *addr = (uint32_t)td_current; /* dir /setup is inverted for ST */ /* token is useful only ctrl endpoint */