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

Ruslan Bukin br at FreeBSD.org
Thu Sep 5 10:09:25 UTC 2013


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),


More information about the svn-src-all mailing list