zephyr/subsys/usb/class/netusb
Aurelien Jarno 2c41103c8f usb/net: fix ECM driver in composite mode
Since commit b48a8c3247 ("usb: device: Add composite status callback")
the cb_usb_status callback is not called anymore in composite mode. The
cb_usb_status_composite callback is called instead.

This patch updates the ECM driver to use either one or the other
depending on CONFIG_USB_COMPOSITE_DEVICE.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-02-19 11:26:47 -05:00
..
CMakeLists.txt usb: Correct include path 2018-07-12 23:10:22 -04:00
function_ecm.c usb/net: fix ECM driver in composite mode 2019-02-19 11:26:47 -05:00
function_eem.c usb/net: fix EEM driver in composite mode 2019-02-19 11:26:47 -05:00
function_rndis.c usb/net: fix RNDIS driver in composite mode 2019-02-19 11:26:47 -05:00
function_rndis.h usb: Add RNDIS packet boundary check 2018-01-17 18:53:05 -05:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
netusb.c misra-c: Add 'U' to unsigned variable assignments in subsys/ 2018-12-04 22:51:56 -05:00
netusb.h usb: netusb: Align NETUSB_MTU & wMaxSegmentSize and increase it to 1522 2019-02-04 17:52:35 +01:00