Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 01:26:28 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270191 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan
Message-ID:  <201408200126.s7K1QSON079691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Wed Aug 20 01:26:27 2014
New Revision: 270191
URL: http://svnweb.freebsd.org/changeset/base/270191

Log:
  Add the D-Link DWA-125 rev D1.
  
  Tested by myself.

Modified:
  head/share/man/man4/urtwn.4
  head/sys/dev/usb/usbdevs
  head/sys/dev/usb/wlan/if_urtwn.c

Modified: head/share/man/man4/urtwn.4
==============================================================================
--- head/share/man/man4/urtwn.4	Wed Aug 20 00:33:37 2014	(r270190)
+++ head/share/man/man4/urtwn.4	Wed Aug 20 01:26:27 2014	(r270191)
@@ -88,6 +88,7 @@ IEEE 802.11b/g/n wireless network adapte
 .Bl -tag -width Ds -offset indent -compact
 .It ASUS USB-N10 NANO
 .It Belkin F7D1102 Surf Wireless Micro
+.It D-Link DWA-125 rev D1
 .It D-Link DWA-131
 .It Edimax EW-7811Un
 .It Netgear WNA1000M

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Wed Aug 20 00:33:37 2014	(r270190)
+++ head/sys/dev/usb/usbdevs	Wed Aug 20 01:26:27 2014	(r270191)
@@ -1194,7 +1194,7 @@ product ASUS USB_N53		0x179d	ASUS Black 
 product ASUS RTL8192CU		0x17ab	RTL8192CU
 product ASUS USBN66		0x17ad	USB-N66
 product ASUS USBN10NANO		0x17ba	USB-N10 Nano
-product ASUS AC51		0x17d1	USB-AC51
+product ASUS USBAC51		0x17d1	USB-AC51
 product ASUS A730W		0x4202	ASUS MyPal A730W
 product ASUS P535		0x420f	ASUS P535 PDA
 product ASUS GMSC		0x422f	ASUS Generic Mass Storage
@@ -1593,6 +1593,7 @@ product DLINK DUBE100		0x1a00	10/100 Eth
 product DLINK DUBE100C1		0x1a02	DUB-E100 rev C1
 product DLINK DSB650TX4		0x200c	10/100 Ethernet
 product DLINK DWL120E		0x3200	DWL-120 rev E
+product DLINK DWA125D1		0x330f	DWA-125 rev D1
 product DLINK DWL122		0x3700	DWL-122
 product DLINK DWLG120		0x3701	DWL-G120
 product DLINK DWL120F		0x3702	DWL-120 rev F

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c	Wed Aug 20 00:33:37 2014	(r270190)
+++ head/sys/dev/usb/wlan/if_urtwn.c	Wed Aug 20 01:26:27 2014	(r270191)
@@ -152,6 +152,7 @@ static const STRUCT_USB_HOST_ID urtwn_de
 	URTWN_DEV(TRENDNET,	RTL8192CU),
 	URTWN_DEV(ZYXEL,	RTL8192CU),
 	/* URTWN_RTL8188E */
+	URTWN_RTL8188E_DEV(DLINK,	DWA125D1),
 	URTWN_RTL8188E_DEV(REALTEK,	RTL8188ETV),
 	URTWN_RTL8188E_DEV(REALTEK,	RTL8188EU),
 #undef URTWN_RTL8188E_DEV



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408200126.s7K1QSON079691>