Darian Leung d75037cc57 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-08 14:05:58 +02:00
..
2022-05-12 14:50:03 +08:00
2021-08-24 23:28:00 +08:00
2022-01-06 15:14:10 +08:00
2021-08-24 23:28:00 +08:00
2022-09-08 14:05:19 +02:00