zephyr/subsys/usb/device_next
Johann Fischer 9cb0fbf80d usb: device_next: fix Get Status request response
We need to track the self-powered status of the device independently of
the D6 bit in the bmAttributes value of the configuration descriptor
because the Get Status request about the self-powered status is valid in
address state and we support multiple configurations.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-02-28 14:51:53 +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: prevent CDC ACM notifications from being blocked forever 2025-02-25 15:33:25 +00: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 usb: device_next: add support for configuration string descriptor 2024-07-27 15:06:09 +03:00
usbd_config.h
usbd_core.c usb: device_next: support vendor request with recipient device 2024-11-19 09:53:29 -05:00
usbd_data.ld
usbd_desc.c usb: device_next: support BOS descriptor with vendor request code 2024-11-19 09:53:29 -05:00
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 usb: device_next: support vendor request with recipient device 2024-11-19 09:53:29 -05:00
usbd_endpoint.c usb: device_next: respect bMaxPacketSize0 in control transfers 2024-10-02 14:54:04 +01:00
usbd_endpoint.h
usbd_init.c usb: device_next: Update IAD first interface on init 2024-12-12 16:22:49 +01:00
usbd_init.h
usbd_interface.c
usbd_interface.h
usbd_msg.c
usbd_msg.h
usbd_shell.c usb: device_next: rename usbd_device_set_bcd() 2024-08-01 09:11:44 +01:00