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 C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-11-21 16:18:08 +08:00
private_include usb_host: Add check to prevent submitting already inflight transfers 2022-10-31 13:56:59 +08:00
test_apps usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
.build-test-rules.yml usb: Refactor USB Host tests 2022-11-30 18:12:54 +01:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2022-09-16 16:45:26 +08:00
Kconfig
hcd_dwc.c usb_host: Rename struct/ll/hal symbols to use "usb_dwc" prefix 2022-09-16 16:45:26 +08:00
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: Allow settings of all signals in usb_phy 2022-10-18 09:18:29 +02:00
usb_private.c
usbh.c usb_host: Fixed incorrect opening devices from multiple clients 2022-10-31 13:56:44 +08:00