summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-07-27 20:17:20 +0000
committerweongyo <weongyo@FreeBSD.org>2009-07-27 20:17:20 +0000
commitb8f5502ca8c4b3a40ad3c46ca1b09524a3528075 (patch)
tree7cdad10352b8781f49623e0da7a1497bfaea335e
parent39a41aee5f1176505185b25a9a295ed3ff2273ac (diff)
downloadFreeBSD-src-b8f5502ca8c4b3a40ad3c46ca1b09524a3528075.zip
FreeBSD-src-b8f5502ca8c4b3a40ad3c46ca1b09524a3528075.tar.gz
adds DLINK2 DWA120 device.
PR: usb/136950 Reported by: Alexander Kuznetsov <skritku at gmail.com> Approved by: re (kib)
-rw-r--r--sys/dev/usb/usbdevs2
-rw-r--r--sys/dev/usb/wlan/if_uath.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 012b30d..7a2fc13 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1179,6 +1179,8 @@ product DLINK2 DWLG122C1 0x3c03 DWL-G122 c1
product DLINK2 WUA1340 0x3c04 WUA-1340
product DLINK2 DWA111 0x3c06 DWA-111
product DLINK2 DWA110 0x3c07 DWA-110
+product DLINK2 DWA120_NF 0x3c0d DWA-120 (no firmware)
+product DLINK2 DWA120 0x3c0e DWA-120
/* DMI products */
product DMI CFSM_RW 0xa109 CF/SM Reader/Writer
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
index b9d5496..ca9beb3 100644
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -180,6 +180,7 @@ static const struct usb_device_id uath_devs[] = {
UATH_DEV(DLINK, DWLAG122),
UATH_DEV(DLINK, DWLAG132),
UATH_DEV(DLINK, DWLG132),
+ UATH_DEV(DLINK2, DWA120),
UATH_DEV(GIGASET, AR5523),
UATH_DEV(GIGASET, SMCWUSBTG),
UATH_DEV(GLOBALSUN, AR5523_1),
OpenPOWER on IntegriCloud