zephyr/subsys/usb
Emil Obalski d290dccfec usb: audio: Fixed switching to alternate interface
For USB audio class interface may have alternate interfaces.
Those alternates may have different endpoint configurations.

When Standard Request SET_INTERFACE is served it choses between
alternate interfaces and configuring associated endpoints.

When switching between alternate interfaces, endpoints
associated with them must be disabled/enabled accordingly.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-02-04 17:37:06 +02:00
..
class usb: netusb: Replace IS_ENABLED(VERBOSE_DEBUG) with just VERBOSE_DEBUG 2020-01-25 08:14:41 -05:00
CMakeLists.txt cmake: Fix usb include directory organization 2019-10-01 19:22:02 +02:00
Kconfig usb: make usb descriptor power options configurable 2019-12-20 19:46:16 -05:00
bos.c usb: Remove extra logs 2019-10-01 09:16:42 -04:00
os_desc.c usb: Cleanup for multiplied defines 2019-12-09 12:48:13 -05:00
os_desc.h
usb_descriptor.c usb: Fix usb tests reporting error 2020-01-07 21:05:44 +01:00
usb_descriptor.h
usb_device.c usb: audio: Fixed switching to alternate interface 2020-02-04 17:37:06 +02:00