esp-idf/components/usb
Darian Leung 9f3c0b1e38 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-12-13 16:57:56 +08:00
..
include
private_include
test
CMakeLists.txt
Kconfig
hcd.c usb_host: Fix incorrect memset() usage in HCD 2022-12-13 16:57:56 +08:00
hub.c
maintainers.md
usb_helpers.c
usb_host.c
usb_phy.c
usb_private.c
usbh.c