Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b28e24073006
branches:  netbsd-9
changeset: 951503:b28e24073006
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 04 19:23:10 2021 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1197):

        sys/dev/usb/if_urtwn.c: revision 1.89,1.90
        sys/dev/usb/usbdevs: revision 1.788,1.789

urtwn(4): add TPLINK WN821N to the list of USB device ids
reported by kfmut on the unitedbsd forums.

add another TPLINK RTL8192EU variant
to avoid confusion use TP-Link's names for these variants, matching
FreeBSD

diffstat:

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

diffs (49 lines):

diff -r 95e2be8bf701 -r b28e24073006 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c    Thu Feb 04 19:16:01 2021 +0000
+++ b/sys/dev/usb/if_urtwn.c    Thu Feb 04 19:23:10 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_urtwn.c,v 1.71.2.3 2020/04/24 17:28:21 martin Exp $ */
+/*     $NetBSD: if_urtwn.c,v 1.71.2.4 2021/02/04 19:23:10 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.71.2.3 2020/04/24 17:28:21 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.71.2.4 2021/02/04 19:23:10 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -199,7 +199,9 @@
        /* URTWN_RTL8192EU */
        URTWN_RTL8192EU_DEV(DLINK,      DWA131E),
        URTWN_RTL8192EU_DEV(REALTEK,    RTL8192EU),
-       URTWN_RTL8192EU_DEV(TPLINK,     RTL8192EU),
+       URTWN_RTL8192EU_DEV(TPLINK,     WN821NV5),
+       URTWN_RTL8192EU_DEV(TPLINK,     WN822NV4),
+       URTWN_RTL8192EU_DEV(TPLINK,     WN823NV2),
 };
 #undef URTWN_DEV
 #undef URTWN_RTL8188E_DEV
diff -r 95e2be8bf701 -r b28e24073006 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Thu Feb 04 19:16:01 2021 +0000
+++ b/sys/dev/usb/usbdevs       Thu Feb 04 19:23:10 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.770.4.6 2020/04/29 13:53:51 martin Exp $
+$NetBSD: usbdevs,v 1.770.4.7 2021/02/04 19:23:10 martin Exp $
 
 /*-
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -3384,7 +3384,9 @@
 
 /* TP-Link products */
 product TPLINK RTL8192CU       0x0100  RTL8192CU
-product TPLINK RTL8192EU       0x0109  RTL8192EU
+product        TPLINK WN821NV5         0x0107  TL-WN821N v5
+product        TPLINK WN822NV4         0x0108  TL-WN822N v4
+product        TPLINK WN823NV2         0x0109  TL-WN823N v2
 product TPLINK RTL8188EU       0x010c  RTL8188EU
 
 /* Trek Technology products */



Home | Main Index | Thread Index | Old Index