zephyr/subsys/usb/device_next
Johann Fischer 21f4a7db60 usb: device_next: always reset endpoints to defaults on SetInterface
Disable/enable endpoints even if the new alternate is the same as the
current one, forcing the endpoint to reset to defaults.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-03-26 07:08:06 +01:00
..
app usb: device_next: allow CDC ACM UART to be initialized and enabled at boot 2025-02-12 02:22:18 +01:00
class usb: device_next: keep loopback function transfers going 2025-03-26 07:08:06 +01:00
CMakeLists.txt usb: device_next: allow CDC ACM UART to be initialized and enabled at boot 2025-02-12 02:22:18 +01:00
Kconfig usb: device_next: allow CDC ACM UART to be initialized and enabled at boot 2025-02-12 02:22:18 +01:00
usbd_ch9.c usb: device_next: fix Get Status request response 2025-02-28 14:51:53 +01:00
usbd_ch9.h
usbd_class_api.h
usbd_class.c usb: device_next: implement blocklist for classes 2025-02-04 11:55:25 +01:00
usbd_class.h
usbd_config.c
usbd_config.h
usbd_core.c
usbd_data.ld usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_desc.c
usbd_desc.h
usbd_device.c usb: device_next: fix Get Status request response 2025-02-28 14:51:53 +01:00
usbd_device.h
usbd_endpoint.c
usbd_endpoint.h
usbd_init.c
usbd_init.h
usbd_interface.c usb: device_next: always reset endpoints to defaults on SetInterface 2025-03-26 07:08:06 +01:00
usbd_interface.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_msg.c usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_msg.h
usbd_shell.c usb: device_next: rename usbd_device_set_bcd() 2024-08-01 09:11:44 +01:00