Add USB host ethernet adapter support
This adds support for using USB Ethernet dongles in host mode. This is just
the framework - drivers will come later. A new config option called
CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
on.
The was originally written by NVIDIA and was cleaned up for release by the
Chromium authors.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- Makefile 1 addition, 0 deletionsMakefile
- common/cmd_usb.c 10 additions, 2 deletionscommon/cmd_usb.c
- common/usb.c 5 additions, 1 deletioncommon/usb.c
- doc/README.usb 3 additions, 1 deletiondoc/README.usb
- drivers/usb/eth/Makefile 45 additions, 0 deletionsdrivers/usb/eth/Makefile
- drivers/usb/eth/usb_ether.c 143 additions, 0 deletionsdrivers/usb/eth/usb_ether.c
- include/usb.h 8 additions, 1 deletioninclude/usb.h
- include/usb_ether.h 61 additions, 0 deletionsinclude/usb_ether.h
- net/eth.c 22 additions, 19 deletionsnet/eth.c
Loading
Please register or sign in to comment