zephyr/subsys/usb
Milind Paranjpe cf91f1873b usb: disable previously enabled endpoint before re-enabling
When switching between alternate settings of an interface, it is
currently possible to call set_endpoint() multiple times on an endpoint
without first calling reset_endpoint(). For these situations, it is
beneficial to track endpoints for which set_endpoint() has previously
been called, and then reset them to properly terminate any transfers,
and to return the HAL to the correct state

Signed-off-by: Milind Paranjpe <mparanjpe@yahoo.com>
2022-11-23 12:59:40 +01:00
..
device usb: disable previously enabled endpoint before re-enabling 2022-11-23 12:59:40 +01:00
usb_c usb-c: Fix unsupported message reporting 2022-11-08 10:46:40 +01:00
CMakeLists.txt usb-c: Add USB-C Subsystem with Sink PD Support 2022-10-22 18:38:35 -04:00