diff options
author | bms <bms@FreeBSD.org> | 2003-10-10 16:04:21 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2003-10-10 16:04:21 +0000 |
commit | e6d522451a2098ad6a9ec7351f887b7149352173 (patch) | |
tree | ff0e1afc46fbe223381a744e122d7b0a0ba4776d /sys/dev/usb/usbdevs_data.h | |
parent | a72f1bdb767fa08d3ce42494c037364f31421fb8 (diff) | |
download | FreeBSD-src-e6d522451a2098ad6a9ec7351f887b7149352173.zip FreeBSD-src-e6d522451a2098ad6a9ec7351f887b7149352173.tar.gz |
Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index b376e97..6559653 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.140 2003/10/05 18:58:37 imp Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.141 2003/10/10 16:02:07 bms Exp */ /* @@ -220,6 +220,12 @@ const struct usb_knowndev usb_knowndevs[] = { "I/O Board, rev. 1 firmware", }, { + USB_VENDOR_ACTIONTEC, USB_PRODUCT_ACTIONTEC_UAT1, + 0, + "Actiontec Electronics", + "UAT1 Wireless Ethernet adapter", + }, + { USB_VENDOR_ADMTEK, USB_PRODUCT_ADMTEK_PEGASUS, 0, "ADMtek", |