git: e34c3d0721bc - stable/12 - rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.

Dmitry Chagin dchagin at FreeBSD.org
Thu Jun 10 06:13:36 UTC 2021


The branch stable/12 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=e34c3d0721bc52b4130489170e509266ce4e4b96

commit e34c3d0721bc52b4130489170e509266ce4e4b96
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-05-27 18:52:10 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-06-10 06:13:04 +0000

    rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.
    
    PR:             256203
    Submitted by:   Steve Kargl sgk at troutmask.apl.washington.edu
    
    (cherry picked from commit 434c46c00602e16115cfb19344e4c45135b68b09)
---
 share/man/man4/rtwn_usb.4          | 3 ++-
 sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 +
 sys/dev/usb/usbdevs                | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/rtwn_usb.4 b/share/man/man4/rtwn_usb.4
index b146cfe4fe09..86c4c02aafa9 100644
--- a/share/man/man4/rtwn_usb.4
+++ b/share/man/man4/rtwn_usb.4
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"/
-.Dd May 26, 2021
+.Dd May 27, 2021
 .Dt RTWN_USB 4
 .Os
 .Sh NAME
@@ -99,6 +99,7 @@ based USB wireless network adapters, including:
 .It "Realtek RTL8188CUS" Ta RTL8188CUS Ta USB 2.0
 .It "Sitecom WLA-7100" Ta RTL8812AU Ta USB 3.0
 .It "TP-Link Archer T2U Nano" Ta RTL8821AU Ta USB 2.0
+.It "TP-Link Archer T2U v3" Ta RTL8821AU Ta USB 2.0
 .It "TP-Link Archer T4U" Ta RTL8812AU Ta USB 3.0
 .It "TP-Link Archer T4U v2" Ta RTL8812AU Ta USB 3.0
 .It "TP-Link Archer T4UH v1" Ta RTL8812AU Ta USB 3.0
diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h b/sys/dev/rtwn/usb/rtwn_usb_attach.h
index 40076dbb941c..c7a0f1ce1576 100644
--- a/sys/dev/rtwn/usb/rtwn_usb_attach.h
+++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h
@@ -167,6 +167,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
 	RTWN_RTL8821AU_DEV(REALTEK,		RTL8821AU_2),
 	RTWN_RTL8821AU_DEV(TPLINK,		T2UNANO),
 	RTWN_RTL8821AU_DEV(TPLINK,		T2UPLUS),
+	RTWN_RTL8821AU_DEV(TPLINK,		T2UV3),
 #undef RTWN_RTL8821AU_DEV
 };
 
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 9add31c6d781..15cd996745e6 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -4694,6 +4694,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 T2UV3		0x011f	Archer T2U ver 3
 product TPLINK T2UPLUS		0x0120	Archer T2U Plus
 product TPLINK RTL8153		0x0601	RTL8153 USB 10/100/1000 LAN
 


More information about the dev-commits-src-all mailing list