esp-idf/components/usb
Darian Leung ef698857d1
fix(usb): Fix bug where usbh_process() misses an event
This commit fixes a bug where if multiple concurrent USBH API calls trigger
multiple events on the same device, some events will be lost. As a result,
those lost events don't get processed by the subsequent usbh_process() call.
2024-03-01 09:42:57 +08:00
..
include fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
private_include change(usb/host): Remove data buffer headers from URBs 2024-02-27 18:15:59 +08:00
test_apps refactor(usb/host): reformat code with astyle 2024-02-28 16:09:50 +08:00
.build-test-rules.yml usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
CMakeLists.txt refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-02-28 16:09:53 +08:00
hcd_dwc.c refactor(usb/host): reformat code with astyle 2024-02-28 16:09:50 +08:00
hub.c change(usb/host): Remove data buffer headers from URBs 2024-02-27 18:15:59 +08:00
Kconfig refactor(usb): Deprecate CONFIG_USB_OTG_SUPPORTED, use SOC_USB_OTG_SUPPORTED instead 2024-02-28 16:09:53 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c fix(usb/host): Correctly parse MPS fields in HighSpeed EP descriptors 2024-02-28 16:09:49 +08:00
usb_host.c change(usb/host): Remove some handler function event flags 2024-02-27 18:16:00 +08:00
usb_phy.c refactor(hal/usb): Rename usb_fsls_phy API to match header/source names 2024-02-28 16:09:52 +08:00
usb_private.c change(usb/host): Remove data buffer headers from URBs 2024-02-27 18:15:59 +08:00
usbh.c fix(usb): Fix bug where usbh_process() misses an event 2024-03-01 09:42:57 +08:00