zephyr/subsys/usb/class/netusb
Johann Fischer cf8d7764da usb: fix bulk endpoint configuration for high-speed capable device
In the current USB device support, the sizes of bulk endpoint
are mostly configure through Kconfig and do not care if a device
is high-speed capable. The information if a USB device controller
supports high-speed comes from devicetree. Add a Kconfig option to
map this information and configure bulk endpoint sizes
accordingly.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-11-24 12:28:02 +01: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 kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
function_rndis.h
Kconfig usb: fix bulk endpoint configuration for high-speed capable device 2021-11-24 12:28:02 +01:00
netusb.c usb: use new USB framework header 2021-08-03 13:20:07 +02:00
netusb.h