
On Fri, Nov 7, 2014 at 9:53 AM, Rene Griessl < rgriessl@cit-ec.uni-bielefeld.de> wrote:
This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter.
Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE boot.
Signed-off-by: Rene Griessl rgriessl@cit-ec.uni-bielefeld.de
changes for v4: -added dynamic RX bulk configuration changes for v3: -added all compatible devices from linux driver from commit cf8bf7cd13804fcb87b5f9ad026d5b823873e8cc -fixed issues from review changes for v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board
drivers/usb/eth/Makefile | 1 + drivers/usb/eth/asix88179.c | 700
++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/eth/usb_ether.c | 7 + include/usb_ether.h | 6 + 4 files changed, 714 insertions(+)
Acked-by: Joe Hershberger joe.hershberger@ni.com