zephyr/subsys/usb/device_next
Benedek Kupper a6b911f195 usb: device_next: USB reset clears remote wakeup permission
Verbatim from USB 2.0 specification:
The Remote Wakeup field indicates whether the device is currently enabled
to request remote wakeup. The default mode for devices that support
remote wakeup is disabled. If D1 is reset to zero, the ability of the
device to signal remote wakeup is disabled. If D1 is set to one,
the ability of the device to signal remote wakeup is enabled.
The Remote Wakeup field can be modified by the SetFeature() and
ClearFeature() requests using the DEVICE_REMOTE_WAKEUP feature selector.
This field is reset to zero when the device is reset.

Signed-off-by: Benedek Kupper <kupper.benedek@gmail.com>
2024-10-08 05:59:29 -04:00
..
class usb: cdc_acm: disable logging if used for shell with logging 2024-10-07 17:11:44 +01:00
CMakeLists.txt usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig usb: device_next: rework SerialNumber generation from HWINFO 2024-05-17 16:25:02 +01:00
usbd_ch9.c usb: device_next: add device configuration change notification 2024-08-16 08:50:25 -04:00
usbd_ch9.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_class_api.h
usbd_class.c usb: device_next: add helper to register all available class instances 2024-06-14 19:17:13 +02:00
usbd_class.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_config.c usb: device_next: add support for configuration string descriptor 2024-07-27 15:06:09 +03:00
usbd_config.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_core.c usb: device_next: USB reset clears remote wakeup permission 2024-10-08 05:59:29 -04:00
usbd_data.ld usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_desc.c usb: device_next: add support for configuration string descriptor 2024-07-27 15:06:09 +03:00
usbd_desc.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_device.c usb: device_next: add usbd_device_set_bcd_device() 2024-08-01 09:11:44 +01:00
usbd_device.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07: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: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usbd_init.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_interface.c usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07: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 usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_shell.c usb: device_next: rename usbd_device_set_bcd() 2024-08-01 09:11:44 +01:00