esp-idf/components/usb
Darian Leung 89f828ee02 usb_host: Fix incorrect memset() usage in HCD
This commit fixes incorrect usage of memset() in the HCD's various
_buffer_parse_...() functions. The memset was not clearing the qtd lists, and
were simply setting the first qtd to a non zero value (i.e., the length of
the QTD list).

However, no bug occurred as the subsequent _buffer_fill_...() functions would
overwrite the QTD list anyways.
2022-09-05 20:15:03 +02:00
..
include
private_include
test usb: Remove -Wno-format compile option 2022-09-05 20:14:56 +02:00
CMakeLists.txt usb: Remove -Wno-format compile option 2022-09-05 20:14:56 +02:00
Kconfig
hcd.c usb_host: Fix incorrect memset() usage in HCD 2022-09-05 20:15:03 +02:00
hub.c
maintainers.md
usb_helpers.c
usb_host.c
usb_phy.c
usb_private.c
usbh.c usb: Remove -Wno-format compile option 2022-09-05 20:14:56 +02:00