Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor | Simon Glass | 2011-02-19 | -0/+7 |
| | | | | | | | Driver originally written by NVIDIA Corporation, modified to handle odd-length packets. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | Add USB host ethernet adapter support | Simon Glass | 2011-02-19 | -0/+61 |
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> |