Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Also attach the RTL8192EU from TP-LINK



details:   https://anonhg.NetBSD.org/src/rev/346cfcb909c1
branches:  trunk
changeset: 827501:346cfcb909c1
user:      khorben <khorben%NetBSD.org@localhost>
date:      Tue Oct 31 00:57:14 2017 +0000

description:
Also attach the RTL8192EU from TP-LINK

diffstat:

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

diffs (26 lines):

diff -r 23adb562de03 -r 346cfcb909c1 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Tue Oct 31 00:30:07 2017 +0000
+++ b/sys/dev/usb/if_urtwn.c    Tue Oct 31 00:57:14 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.53 2017/05/03 15:34:05 jnemeth Exp $    */
+/*     $NetBSD: if_urtwn.c,v 1.54 2017/10/31 00:57:14 khorben 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.53 2017/05/03 15:34:05 jnemeth Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.54 2017/10/31 00:57:14 khorben Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -195,6 +195,7 @@
 
        /* URTWN_RTL8192EU */
        URTWN_RTL8192EU_DEV(REALTEK,    RTL8192EU),
+       URTWN_RTL8192EU_DEV(TPLINK,     RTL8192EU),
 };
 #undef URTWN_DEV
 #undef URTWN_RTL8188E_DEV



Home | Main Index | Thread Index | Old Index