zephyr/subsys/usb/class/netusb
Johann Fischer 37d8236be4 usb: rndis: return error on incorrect/unsupported request
Return ENOTSUP if request is unsupported and pass on the error
from encapsulated command/response functions.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-08-03 19:05:44 -04:00
..
CMakeLists.txt
function_ecm.c usb: cdc_ecm: return error on incorrect/unsupported request 2021-08-03 19:05:44 -04:00
function_eem.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
function_rndis.c usb: rndis: return error on incorrect/unsupported request 2021-08-03 19:05:44 -04:00
function_rndis.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig usb: netusb: make ECM MAC address user-configurable 2020-10-17 16:36:52 +03:00
netusb.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
netusb.h