svn commit: r359866 - in stable/12/sys/dev: rtwn/usb usb

Hans Petter Selasky hselasky at FreeBSD.org
Mon Apr 13 16:14:22 UTC 2020


Author: hselasky
Date: Mon Apr 13 16:14:21 2020
New Revision: 359866
URL: https://svnweb.freebsd.org/changeset/base/359866

Log:
  MFC r359209:
  Add new USB ID.
  
  Submitted by:	Konrad Jopek <kjopek at gmail.com>
  Differential Revision:	https://reviews.freebsd.org/D24142
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
  stable/12/sys/dev/usb/usbdevs
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Mon Apr 13 15:59:15 2020	(r359865)
+++ stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Mon Apr 13 16:14:21 2020	(r359866)
@@ -159,7 +159,8 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
 	RTWN_RTL8821AU_DEV(NETGEAR,		A6100),
 	RTWN_RTL8821AU_DEV(REALTEK,		RTL8821AU_1),
 	RTWN_RTL8821AU_DEV(REALTEK,		RTL8821AU_2),
-	RTWN_RTL8821AU_DEV(TPLINK,		T2UNANO)
+	RTWN_RTL8821AU_DEV(TPLINK,		T2UNANO),
+	RTWN_RTL8821AU_DEV(TPLINK,		T2UPLUS),
 #undef RTWN_RTL8821AU_DEV
 };
 

Modified: stable/12/sys/dev/usb/usbdevs
==============================================================================
--- stable/12/sys/dev/usb/usbdevs	Mon Apr 13 15:59:15 2020	(r359865)
+++ stable/12/sys/dev/usb/usbdevs	Mon Apr 13 16:14:21 2020	(r359866)
@@ -4666,6 +4666,7 @@ product TPLINK T4UV2		0x010d	Archer T4U ver 2
 product TPLINK T4UHV1		0x0103	Archer T4UH ver 1
 product TPLINK T4UHV2		0x010e	Archer T4UH ver 2
 product TPLINK T2UNANO		0x011e	Archer T2U Nano
+product TPLINK T2UPLUS		0x0120	Archer T2U Plus
 product TPLINK RTL8153		0x0601	RTL8153 USB 10/100/1000 LAN
 
 /* Trek Technology products */


More information about the svn-src-all mailing list