mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 08:13:02 +00:00
Flag name usb_dev.configured is misleading as it does not mean the device is configured. This flag indicates whenever endpoints for the device were enabled. For all classes except for audio endpoints are enabled on set_configuration request. This sets the configured flag true. For Audio this will never happen as what enables audio endpoints is set_interface request. Without this patch audio samples will STALL all interface requests. Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no> |
||
---|---|---|
.. | ||
class | ||
bos.c | ||
CMakeLists.txt | ||
Kconfig | ||
os_desc.c | ||
os_desc.h | ||
usb_descriptor.c | ||
usb_descriptor.h | ||
usb_device.c | ||
usb_transfer.c | ||
usb_transfer.h |