summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-06-22 21:08:45 +0000
committerthompsa <thompsa@FreeBSD.org>2010-06-22 21:08:45 +0000
commitd85631a5e387f1c1929c0289214236f7794f373f (patch)
tree836de1b60e905a4f364e04336f8178db686e3439 /sys/dev/usb
parent07cad4e6aead72b3099a55139144f4b0560c1f6d (diff)
downloadFreeBSD-src-d85631a5e387f1c1929c0289214236f7794f373f.zip
FreeBSD-src-d85631a5e387f1c1929c0289214236f7794f373f.tar.gz
Add new device id.
PR: usb/147190
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs1
-rw-r--r--sys/dev/usb/wlan/if_upgt.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 3d89f06..5aeadec 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -3050,6 +3050,7 @@ product UNKNOWN4 USBMEMSTICK 0x6025 Flash Disk CBM
product UNKNOWN5 USB2IDEBRIDGE 0x00ff USB 2.0 ATA/SATA Bridge
/* U.S. Robotics products */
+product USR USR5422 0x0118 USR5422 WLAN
product USR USR5423 0x0121 USR5423 WLAN
/* VIA Technologies products */
diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c
index 091b9df..58d7162 100644
--- a/sys/dev/usb/wlan/if_upgt.c
+++ b/sys/dev/usb/wlan/if_upgt.c
@@ -184,6 +184,7 @@ static const struct usb_device_id upgt_devs_2[] = {
UPGT_DEV(GLOBESPAN, PRISM_GT_2),
UPGT_DEV(INTERSIL, PRISM_GT),
UPGT_DEV(SMC, 2862WG),
+ UPGT_DEV(USR, USR5422),
UPGT_DEV(WISTRONNEWEB, UR045G),
UPGT_DEV(XYRATEX, PRISM_GT_1),
UPGT_DEV(XYRATEX, PRISM_GT_2),
OpenPOWER on IntegriCloud