summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>2001-09-09 03:08:30 +0000
committerdwhite <dwhite@FreeBSD.org>2001-09-09 03:08:30 +0000
commitaed5856aa95fc7edc81d952f2c440a76b49021a6 (patch)
tree9f47b50512f5a1e0a80bfe5d5b30a8b118618bc4 /sys
parent2cd8d9ae61c56b527997ec8e79d89f4a09f83619 (diff)
downloadFreeBSD-src-aed5856aa95fc7edc81d952f2c440a76b49021a6.zip
FreeBSD-src-aed5856aa95fc7edc81d952f2c440a76b49021a6.tar.gz
Add support for the Accton USB320-EC Ethernet adapter.
MFC after: 14
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_aue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 1d852b8..cf67feb 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -120,6 +120,7 @@ Static struct aue_type aue_devs[] = {
{ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX },
{ USB_VENDOR_ABOCOM, USB_PRODUCT_DLINK_DSB650TX_PNA },
{ USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBETTX },
+ { USB_VENDOR_ACCTON, USB_PRODUCT_ACCTON_USB320_EC },
{ 0, 0 }
};
OpenPOWER on IntegriCloud