zephyr/subsys/usb
Emil Obalski 31587ca6ef usb: Do not check usb_dev.configured in is_dev_configured()
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>
2020-09-04 17:51:45 +02:00
..
class usb: hid: All hid_ops callbacks get device pointer. 2020-09-04 12:27:44 +02:00
bos.c
CMakeLists.txt
Kconfig
os_desc.c
os_desc.h
usb_descriptor.c
usb_descriptor.h
usb_device.c usb: Do not check usb_dev.configured in is_dev_configured() 2020-09-04 17:51:45 +02:00
usb_transfer.c
usb_transfer.h