zephyr/drivers/usb/device
Manuel Aebischer 8cf199fb04 drivers: usb_dc_rpi_pico: previosuly used endpoint may remain locked
When reconfiguring a previously used endpoint, it may still be locked
when a write was taking place when e.g. the host application crashed.
The call to udc_rpi_cancel_endpoint seems to do a proper cleanup of
the endpoint, i.e. the write semaphore will be released.
Fixes #66723.

Signed-off-by: Manuel Aebischer <manuel.aebischer@netmodule.com>
2023-12-21 17:18:49 +00:00
..
CMakeLists.txt drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
Kconfig
usb_dc_dw_stm32.h drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
usb_dc_dw.c drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
usb_dc_it82xx2.c drivers: usb: usb_dc_it82xx2: optimize the basic/extend endpoints control 2023-12-20 11:15:38 +01:00
usb_dc_kinetis.c
usb_dc_mcux.c
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c
usb_dc_nrfx.c
usb_dc_rpi_pico.c drivers: usb_dc_rpi_pico: previosuly used endpoint may remain locked 2023-12-21 17:18:49 +00:00
usb_dc_sam_usbc.c
usb_dc_sam_usbhs.c
usb_dc_sam0.c
usb_dc_smartbond.c
usb_dc_stm32.c drivers: usb stm32H5 and stm32U5 have an independent power supply 2023-12-19 22:53:26 +00:00