esp-idf/examples/peripherals/usb/host
Tomas Rezucha 9cdd6ac5f1 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-24 16:25:54 +01:00
..
cdc usb: Update host CDC examples 2023-04-05 07:54:29 +02:00
msc usb_host: Use MSC driver from component registry 2022-09-08 14:05:48 +02:00
usb_host_lib fix(usb/host): Do not abort on string descriptor overflow 2023-11-24 16:25:54 +01:00