mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00: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).