Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/dev/usb Pull up following revision(s) (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/0ac997744468
branches:  netbsd-7
changeset: 800489:0ac997744468
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jun 06 15:41:47 2018 +0000

description:
Pull up following revision(s) (requested by maya in ticket #1613):

        sys/dev/usb/if_urtwn.c: revision 1.53
        sys/dev/usb/usbdevs: revision 1.733

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

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 19e3f2e9e8e4 -r 0ac997744468 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Wed Jun 06 15:38:05 2018 +0000
+++ b/sys/dev/usb/if_urtwn.c    Wed Jun 06 15:41:47 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.34.2.3 2018/02/19 19:33:06 snj Exp $    */
+/*     $NetBSD: if_urtwn.c,v 1.34.2.4 2018/06/06 15:41:47 martin 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.34.2.3 2018/02/19 19:33:06 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.34.2.4 2018/06/06 15:41:47 martin 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),
diff -r 19e3f2e9e8e4 -r 0ac997744468 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Jun 06 15:38:05 2018 +0000
+++ b/sys/dev/usb/usbdevs       Wed Jun 06 15:41:47 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.680.2.8 2017/04/05 19:54:20 snj Exp $
+$NetBSD: usbdevs,v 1.680.2.9 2018/06/06 15:41:47 martin Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -3254,6 +3254,7 @@
 
 /* TP-Link products */
 product TPLINK RTL8192CU       0x0100  RTL8192CU
+product TPLINK RTL8188EU       0x010c  RTL8188EU
 
 /* Trek Technology products */
 product TREK THUMBDRIVE                0x1111  ThumbDrive



Home | Main Index | Thread Index | Old Index