zephyr/subsys/usb/device_next
Johann Fischer ec851ba7c7 usb: device_next: avoid false error logging in CDC ACM
The interface descriptor and its associated string descriptor are shared
between different speed configurations. Do not try to add a string
descriptor if it has already been added and the index is not zero.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-04-02 10:32:25 +02:00
..
app usb: device_next: Do not add serial number without HWINFO 2025-03-26 16:18:56 +01:00
class usb: device_next: avoid false error logging in CDC ACM 2025-04-02 10:32:25 +02: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
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
usbd_msg.c
usbd_msg.h
usbd_shell.c usb: device_next: Do not add serial number without HWINFO 2025-03-26 16:18:56 +01:00