]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add USB host ethernet adapter support
authorSimon Glass <sjg@chromium.org>
Wed, 16 Feb 2011 19:14:33 +0000 (11:14 -0800)
committerRemy Bohmer <linux@bohmer.net>
Sat, 19 Feb 2011 19:32:36 +0000 (20:32 +0100)
commit89d48367edbc878f86db3008a4107331ef07f578
tree808742d920445274c97d867422762b3b67cc8391
parent96820a35873b4c005f732432c6a168decc9d22b9
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>
Makefile
common/cmd_usb.c
common/usb.c
doc/README.usb
drivers/usb/eth/Makefile [new file with mode: 0644]
drivers/usb/eth/usb_ether.c [new file with mode: 0644]
include/usb.h
include/usb_ether.h [new file with mode: 0644]
net/eth.c