Commit 4e50391968849860dff1aacde358b4eb14aa5127

Authored by Joerg Neikes
Committed by David S. Miller
1 parent a7f4255f90

usb: asix: Patch for Sitecom LN-031

This patch adds support for the Sitecom LN-031 USB adapter with a AX88178 chip.

Added USB id to find correct driver for AX88178 1000 Ethernet adapter.

Signed-off-by: Joerg Neikes <j.neikes@midlandgate.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

drivers/net/usb/asix.c
... ... @@ -1599,6 +1599,10 @@
1599 1599 USB_DEVICE (0x6189, 0x182d),
1600 1600 .driver_info = (unsigned long) &ax8817x_info,
1601 1601 }, {
  1602 + // Sitecom LN-031 "USB 2.0 10/100/1000 Ethernet adapter"
  1603 + USB_DEVICE (0x0df6, 0x0056),
  1604 + .driver_info = (unsigned long) &ax88178_info,
  1605 +}, {
1602 1606 // corega FEther USB2-TX
1603 1607 USB_DEVICE (0x07aa, 0x0017),
1604 1608 .driver_info = (unsigned long) &ax8817x_info,