svn commit: r195916 - in head/sys/dev/usb: . wlan

Weongyo Jeong weongyo at FreeBSD.org
Mon Jul 27 20:17:21 UTC 2009


Author: weongyo
Date: Mon Jul 27 20:17:20 2009
New Revision: 195916
URL: http://svn.freebsd.org/changeset/base/195916

Log:
  adds DLINK2 DWA120 device.
  
  PR:		usb/136950
  Reported by:	Alexander Kuznetsov <skritku at gmail.com>
  Approved by:	re (kib)

Modified:
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_uath.c

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Mon Jul 27 18:07:44 2009	(r195915)
+++ head/sys/dev/usb/usbdevs	Mon Jul 27 20:17:20 2009	(r195916)
@@ -1179,6 +1179,8 @@ product DLINK2 DWLG122C1	0x3c03	DWL-G122
 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

Modified: head/sys/dev/usb/wlan/if_uath.c
==============================================================================
--- head/sys/dev/usb/wlan/if_uath.c	Mon Jul 27 18:07:44 2009	(r195915)
+++ head/sys/dev/usb/wlan/if_uath.c	Mon Jul 27 20:17:20 2009	(r195916)
@@ -180,6 +180,7 @@ static const struct usb_device_id uath_d
 	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),


More information about the svn-src-head mailing list