Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 10:09:24 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255238 - in head/sys/dev/usb: . wlan
Message-ID:  <201309051009.r85A9ODV010908@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Thu Sep  5 10:09:24 2013
New Revision: 255238
URL: http://svnweb.freebsd.org/changeset/base/255238

Log:
  Add support for DLINK DWA-127 Wireless Adapter
  
  Approved by:	cognet (mentor)

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

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Thu Sep  5 09:44:09 2013	(r255237)
+++ head/sys/dev/usb/usbdevs	Thu Sep  5 10:09:24 2013	(r255238)
@@ -1547,6 +1547,7 @@ product DLINK DWLG122		0x3c00	DWL-G122 b
 product DLINK DUBE100B1		0x3c05	DUB-E100 rev B1
 product DLINK RT2870		0x3c09	RT2870
 product DLINK RT3072		0x3c0a	RT3072
+product DLINK DWA127		0x3c1b	DWA-127 Wireless Adapter
 product DLINK DSB650C		0x4000	10Mbps Ethernet
 product DLINK DSB650TX1		0x4001	10/100 Ethernet
 product DLINK DSB650TX		0x4002	10/100 Ethernet

Modified: head/sys/dev/usb/wlan/if_run.c
==============================================================================
--- head/sys/dev/usb/wlan/if_run.c	Thu Sep  5 09:44:09 2013	(r255237)
+++ head/sys/dev/usb/wlan/if_run.c	Thu Sep  5 10:09:24 2013	(r255238)
@@ -171,6 +171,7 @@ static const STRUCT_USB_HOST_ID run_devs
     RUN_DEV(CYBERTAN,		RT2870),
     RUN_DEV(DLINK,		RT2870),
     RUN_DEV(DLINK,		RT3072),
+    RUN_DEV(DLINK,		DWA127),
     RUN_DEV(DLINK2,		DWA130),
     RUN_DEV(DLINK2,		RT2870_1),
     RUN_DEV(DLINK2,		RT2870_2),



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