net: asix: add support for the Billionton GUSB2AM-1G-B USB adapter
Just another AX88178-based 10/100/1000 USB-to-Ethernet dongle. This one shows up in lsusb as: "ID 08dd:0114 Billionton Systems, Inc". Signed-off-by: Chia-Sheng Chang <changchias@gmail.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Luca Ceresoli <luca@lucaceresoli.net> Cc: Christoph Jaeger <cj@linux.com> Cc: "Woojung.Huh@microchip.com" <Woojung.Huh@microchip.com> Cc: Matthew Garrett <mjg59@srcf.ucam.org> Cc: Markus Elfring <elfring@users.sourceforge.net> Cc: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Cc: netdev@vger.kernel.org Cc: linux-usb@vger.kernel.org Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
db65a3aaf2
commit
80083a3c02
2 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,7 @@ config USB_NET_AX8817X
|
|||
* Aten UC210T
|
||||
* ASIX AX88172
|
||||
* Billionton Systems, USB2AR
|
||||
* Billionton Systems, GUSB2AM-1G-B
|
||||
* Buffalo LUA-U2-KTX
|
||||
* Corega FEther USB2-TX
|
||||
* D-Link DUB-E100
|
||||
|
|
|
@ -958,6 +958,10 @@ static const struct usb_device_id products [] = {
|
|||
// Billionton Systems, USB2AR
|
||||
USB_DEVICE (0x08dd, 0x90ff),
|
||||
.driver_info = (unsigned long) &ax8817x_info,
|
||||
}, {
|
||||
// Billionton Systems, GUSB2AM-1G-B
|
||||
USB_DEVICE(0x08dd, 0x0114),
|
||||
.driver_info = (unsigned long) &ax88178_info,
|
||||
}, {
|
||||
// ATEN UC210T
|
||||
USB_DEVICE (0x0557, 0x2009),
|
||||
|
|
Loading…
Reference in a new issue