esp-idf/components/usb
Tomas Rezucha f48f433d5b fix(usb/host): Do not abort on string descriptor overflow
Some devices return full LANGID table, even if short LANGID table was requested.
No memory overflow occurs, because we have allocated enough memory for transfers to the
default pipe. So we can ignore the error and continue with string desc fetching.
2023-11-20 09:12:54 +01:00
..
include usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
private_include usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
test_apps fix(ci): change build-test-rules files folder 2023-09-20 19:17:06 +08:00
CMakeLists.txt refactor(gpio): make gpio driver as component, and fix astyle 2023-11-03 15:42:23 +08:00
hcd_dwc.c fix(usb/host): remove bInterval verification during pipe opening for INTR and ISOC EPs 2023-11-16 14:11:01 +01:00
hub.c fix(usb/host): Do not abort on string descriptor overflow 2023-11-20 09:12:54 +01:00
Kconfig usb_host: add recovering interval after SetAddress(). Possibility to change constant delay value via menuconfig. 2023-03-09 08:11:05 +01:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_host.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usb_phy.c fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-11 13:00:55 +08:00
usb_private.c usb_host: Run formatting script 2023-05-29 17:30:41 +08:00
usbh.c bugfix(usb/host): Fix transfer direction determination during argument checking for regular EP transfer 2023-09-13 21:55:34 +02:00