mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
usb_host_transfer_submit_control() uses the incorrect bmRequestType direction flag. Therefore, when doing a transfer check, all transfers were mistakenly treated as OUT transfers (only affects transfer check and not actual transfer).