Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb PR/51529: Jake Slazenger: D-Link DWA 125 rev. D1...



details:   https://anonhg.NetBSD.org/src/rev/29d30cf21c9b
branches:  trunk
changeset: 348126:29d30cf21c9b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 04 21:36:38 2016 +0000

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

diffstat:

 sys/dev/usb/if_urtwn.c |  5 +++--
 sys/dev/usb/usbdevs    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r d5ded7ee0805 -r 29d30cf21c9b sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Tue Oct 04 21:34:02 2016 +0000
+++ b/sys/dev/usb/if_urtwn.c    Tue Oct 04 21:36:38 2016 +0000
@@ -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 @@
        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),
diff -r d5ded7ee0805 -r 29d30cf21c9b sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Tue Oct 04 21:34:02 2016 +0000
+++ b/sys/dev/usb/usbdevs       Tue Oct 04 21:36:38 2016 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index