Module Name:    src
Committed By:   christos
Date:           Tue Oct  4 21:36:38 UTC 2016

Modified Files:
        src/sys/dev/usb: if_urtwn.c usbdevs

Log Message:
PR/51529: Jake Slazenger: D-Link DWA 125 rev. D1 USB wireless network adapter
support


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/usb/if_urtwn.c
cvs rdiff -u -r1.716 -r1.717 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/if_urtwn.c
diff -u src/sys/dev/usb/if_urtwn.c:1.45 src/sys/dev/usb/if_urtwn.c:1.46
--- src/sys/dev/usb/if_urtwn.c:1.45	Fri Jun 10 09:27:15 2016
+++ src/sys/dev/usb/if_urtwn.c	Tue Oct  4 17:36:38 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_urtwn.c,v 1.45 2016/06/10 13:27:15 ozaki-r Exp $	*/
+/*	$NetBSD: if_urtwn.c,v 1.46 2016/10/04 21:36:38 christos Exp $	*/
 /*	$OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $	*/
 
 /*-
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.45 2016/06/10 13:27:15 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.46 2016/10/04 21:36:38 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -180,6 +180,7 @@ static const struct urtwn_dev {
 	URTWN_DEV(ZYXEL,	RTL8192CU),
 
 	/* URTWN_RTL8188E */
+	URTWN_RTL8188E_DEV(DLINK, DWA125D1),
 	URTWN_RTL8188E_DEV(ELECOM, WDC150SU2M),
 	URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV),
 	URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),

Index: src/sys/dev/usb/usbdevs
diff -u src/sys/dev/usb/usbdevs:1.716 src/sys/dev/usb/usbdevs:1.717
--- src/sys/dev/usb/usbdevs:1.716	Sat Aug 27 04:42:16 2016
+++ src/sys/dev/usb/usbdevs	Tue Oct  4 17:36:38 2016
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.716 2016/08/27 08:42:16 skrll Exp $
+$NetBSD: usbdevs,v 1.717 2016/10/04 21:36:38 christos Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1362,6 +1362,7 @@ product DLINK RTL8192CU_2	0x3309	RTL8192
 product DLINK RTL8192CU_3	0x330a	RTL8192CU
 product DLINK RTL8192CU_4	0x330b	RTL8192CU
 product DLINK DWA131B		0x330d	DWA-131 rev B
+product	DLINK DWA125D1		0x330f  DWA-125 rev D1
 product DLINK DWL122		0x3700	Wireless DWL122
 product DLINK DWLG120		0x3701	DWL-G120
 product DLINK DWL120F		0x3702	DWL-120 rev F

Reply via email to