esp-idf/components/usb
Darian Leung c2bc34ee84 usb: Fix incorrect bmRequestType direction flag in USB Host Library
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).
2022-12-06 18:10:45 +08:00
..
include
private_include
test_apps
.build-test-rules.yml
CMakeLists.txt
Kconfig
hcd_dwc.c
hub.c
maintainers.md
usb_helpers.c
usb_host.c usb: Fix incorrect bmRequestType direction flag in USB Host Library 2022-12-06 18:10:45 +08:00
usb_phy.c
usb_private.c
usbh.c