Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
devices).
This commit is contained in:
parent
b009d5a0af
commit
e5c195da55
@ -47,7 +47,16 @@
|
||||
The
|
||||
.Nm
|
||||
driver provides support for USB ethernet adapters based on the ASIX
|
||||
Electronics AX88172 USB 2.0 chipset, including the LinkSys USB200M.
|
||||
Electronics AX88172 USB 2.0 chipset, including the following:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
D-Link DUBE100
|
||||
.It
|
||||
LinkSys USB200M
|
||||
.It
|
||||
Netgear FA120
|
||||
.El
|
||||
.Pp
|
||||
The AX88172 is a USB 2.0 device which contains a 10/100
|
||||
ethernet MAC with MII interface and is designed to work with both
|
||||
|
@ -109,6 +109,8 @@ static const char rcsid[] =
|
||||
*/
|
||||
Static struct axe_type axe_devs[] = {
|
||||
{ USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
|
||||
{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 },
|
||||
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -550,6 +550,7 @@ product DIGI ACCELEPORT8 0x0008 AccelePort USB 8
|
||||
|
||||
/* D-Link products */
|
||||
/*product DLINK DSBS25 0x0100 DSB-S25 serial adapter*/
|
||||
product DLINK DUBE100 0x1a00 10/100 ethernet adapter
|
||||
product DLINK DSB650TX4 0x200c 10/100 ethernet adapter
|
||||
product DLINK DSB650C 0x4000 10Mbps ethernet adapter
|
||||
product DLINK DSB650TX1 0x4001 10/100 ethernet adapter
|
||||
@ -897,6 +898,7 @@ product NETCHIP TURBOCONNECT 0x1080 Turbo-Connect
|
||||
|
||||
/* Netgear products */
|
||||
product NETGEAR EA101 0x1001 Ethernet adapter
|
||||
product NETGEAR FA120 0x1040 USB 2.0 Ethernet adapter
|
||||
|
||||
/* Nikon products */
|
||||
product NIKON E990 0x0102 Digital Camera E990
|
||||
|
Loading…
Reference in New Issue
Block a user