From: Mattia Dongili The USB net adapter Buffalo LUA-U2-GT (0411:006e) carries a AX88178 chip. Tested on the above HW. Signed-off-by: Mattia Dongili Acked-off-by: David Hollis Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/net/usb/asix.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/net/usb/asix.c~usb-asix-add-buffalo-lua-u2-gt-10-100-1000 drivers/net/usb/asix.c --- a/drivers/net/usb/asix.c~usb-asix-add-buffalo-lua-u2-gt-10-100-1000 +++ a/drivers/net/usb/asix.c @@ -1381,6 +1381,10 @@ static const struct usb_device_id produc USB_DEVICE (0x0411, 0x003d), .driver_info = (unsigned long) &ax8817x_info, }, { + // Buffalo LUA-U2-GT 10/100/1000 + USB_DEVICE (0x0411, 0x006e), + .driver_info = (unsigned long) &ax88178_info, +}, { // Sitecom LN-029 "USB 2.0 10/100 Ethernet adapter" USB_DEVICE (0x6189, 0x182d), .driver_info = (unsigned long) &ax8817x_info, _