Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb urtwn(4): add TPLINK WN821N to the list of USB d...
details: https://anonhg.NetBSD.org/src/rev/70e6f6071069
branches: trunk
changeset: 959102:70e6f6071069
user: nia <nia%NetBSD.org@localhost>
date: Sun Jan 31 18:05:38 2021 +0000
description:
urtwn(4): add TPLINK WN821N to the list of USB device ids
reported by kfmut on the unitedbsd forums.
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 0f9f407e0778 -r 70e6f6071069 sys/dev/usb/if_urtwn.c
--- a/sys/dev/usb/if_urtwn.c Sun Jan 31 16:18:22 2021 +0000
+++ b/sys/dev/usb/if_urtwn.c Sun Jan 31 18:05:38 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_urtwn.c,v 1.88 2020/06/27 14:34:45 jdolecek Exp $ */
+/* $NetBSD: if_urtwn.c,v 1.89 2021/01/31 18:05:38 nia 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.88 2020/06/27 14:34:45 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_urtwn.c,v 1.89 2021/01/31 18:05:38 nia Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -218,6 +218,7 @@
URTWN_RTL8192EU_DEV(DLINK, DWA131E),
URTWN_RTL8192EU_DEV(REALTEK, RTL8192EU),
URTWN_RTL8192EU_DEV(TPLINK, RTL8192EU),
+ URTWN_RTL8192EU_DEV(TPLINK, WN821N),
};
#undef URTWN_DEV
#undef URTWN_RTL8188E_DEV
diff -r 0f9f407e0778 -r 70e6f6071069 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs Sun Jan 31 16:18:22 2021 +0000
+++ b/sys/dev/usb/usbdevs Sun Jan 31 18:05:38 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.787 2020/12/26 22:09:18 jym Exp $
+$NetBSD: usbdevs,v 1.788 2021/01/31 18:05:38 nia Exp $
/*-
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -3401,6 +3401,7 @@
/* TP-Link products */
product TPLINK RTL8192CU 0x0100 RTL8192CU
+product TPLINK WN821N 0x0107 WN821N
product TPLINK RTL8192EU 0x0109 RTL8192EU
product TPLINK RTL8188EU 0x010c RTL8188EU
product TPLINK T4UV2 0x010d Archer T4U ver 2
Home |
Main Index |
Thread Index |
Old Index