mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-31 23:21:40 +01: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).