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/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN...



details:   https://anonhg.NetBSD.org/src/rev/b1a3abcb2154
branches:  trunk
changeset: 823698:b1a3abcb2154
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Wed May 03 15:34:05 2017 +0000

description:
PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2

diffstat:

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

diffs (26 lines):

diff -r eea87a03c904 -r b1a3abcb2154 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Wed May 03 15:14:27 2017 +0000
+++ b/sys/dev/usb/if_urtwn.c    Wed May 03 15:34:05 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.52 2016/12/04 10:12:35 skrll Exp $      */
+/*     $NetBSD: if_urtwn.c,v 1.53 2017/05/03 15:34:05 jnemeth Exp $    */
 /*     $OpenBSD: if_urtwn.c,v 1.42 2015/02/10 23:25:46 mpi Exp $       */
 
 /*-
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.52 2016/12/04 10:12:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.53 2017/05/03 15:34:05 jnemeth Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -191,6 +191,7 @@
        URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV),
        URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),
        URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU),
+       URTWN_RTL8188E_DEV(TPLINK, RTL8188EU),
 
        /* URTWN_RTL8192EU */
        URTWN_RTL8192EU_DEV(REALTEK,    RTL8192EU),



Home | Main Index | Thread Index | Old Index