1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/usb/usbus/cdc/ecm
Koen Zandberg fdcadb67e3
cdcecm: only activate OUT endpoint after interface selection
The OUT endpoint of the cdc ecm data endpoint is only expected to
receive data when the alternative interface is activated. Signalling
ready in the init function can cause issues as the endpoints are not yet
enabled in the low level USB peripheral driver.
2019-10-21 19:47:50 +02:00
..
cdc_ecm_netdev.c usbus_cdc_ecm: Provide netdev integration 2019-06-14 16:00:05 +02:00
cdc_ecm.c cdcecm: only activate OUT endpoint after interface selection 2019-10-21 19:47:50 +02:00
Makefile usbus_cdc_ecm: initial CDC ECM functionality 2019-06-14 16:00:05 +02:00