zephyr/subsys/usb
Johann Fischer 7ec174df0d usb: fix request hijack through Audio class workaround
Because it is not always possible to determine whether
a request is for Audio class or not, all requests are passed
to it. This can lead to the requests, to e.g. HID interface,
being hijacked by Audio class.
Ignore return value of Audio custom handler as it is not relevant here.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-06-17 12:41:33 +02:00
..
class usb: audio: rework custom request handler callback 2021-06-17 12:41:33 +02:00
bos.c usb: fix BOS descriptor registration 2021-02-02 21:29:23 -05:00
CMakeLists.txt
Kconfig usb: store alternate interface settings 2021-06-17 12:41:33 +02:00
os_desc.c
os_desc.h
usb_descriptor.c
usb_descriptor.h
usb_device.c usb: fix request hijack through Audio class workaround 2021-06-17 12:41:33 +02:00
usb_transfer.c usb: fix possible deadlock in usb_transfer_sync() 2021-01-26 07:21:13 -05:00
usb_transfer.h
usb_work_q.c usb: conversion of k_work API 2021-04-15 12:29:34 -04:00
usb_work_q.h