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
private_include
test_apps
CMakeLists.txt
Kconfig
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
maintainers.md
usb_helpers.c
usb_host.c
usb_phy.c
usb_private.c
usbh.c