esp-idf/components/usb
Saurabh Kumar Bansal 75b7202d71 Merge branch 'bugfix/usb_host_hub_enumeration_string_handling_v5.0' into 'release/v5.0'
USB Host: Fix string descriptor handling by the hub driver during enumeration (backport v5.0)

See merge request espressif/esp-idf!22324
2023-02-17 21:22:59 +08:00
..
include C/Cxx: unify static assertions with the macro ESP_STATIC_ASSERT 2022-12-19 15:06:15 +01:00
private_include usb_host: Add check to prevent submitting already inflight transfers 2022-11-07 13:41:41 +08:00
test_apps usb: Refactor USB Host tests 2023-01-09 17:55:20 +08:00
.build-test-rules.yml usb: Refactor USB Host tests 2023-01-09 17:55:20 +08:00
CMakeLists.txt usb_host: Rename struct/ll/hal files to use "usb_dwc" prefix 2023-01-09 17:47:42 +08:00
hcd_dwc.c usb_host: Rename struct/ll/hal symbols to use "usb_dwc" prefix 2023-01-09 17:48:09 +08:00
hub.c usb_host: Hub driver skips fetching string descriptors if their index is 0 2023-02-13 17:05:11 +05:30
Kconfig Add USB Host Library 2021-08-24 23:28:00 +08:00
maintainers.md usb: Fix how the HCD handles sudden disconnection 2021-11-02 14:30:58 +08:00
usb_helpers.c usb_host: Fix interface descriptor parsing 2023-02-13 17:03:59 +05:30
usb_host.c usb: Fix incorrect bmRequestType direction flag in USB Host Library 2023-01-09 17:56:06 +08:00
usb_phy.c usb: Allow settings of all signals in usb_phy 2022-10-25 06:44:55 +02:00
usb_private.c Add USB Host Library 2021-08-24 23:28:00 +08:00
usbh.c usb_host: Fixed incorrect opening devices from multiple clients 2022-11-07 13:41:35 +08:00