From abf81a658bfba00899023f5cc12420f4ed7550f8 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sun, 8 Sep 2019 22:07:52 +0200 Subject: [PATCH] Add support for TP-Link Archer T2U v3 --- os_dep/linux/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index b8581e2..0b48be7 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -205,6 +205,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x2357, 0x011E), .driver_info = RTL8821}, /* TP Link - T2U Nano */ {USB_DEVICE(0x2357, 0x0122), .driver_info = RTL8821}, /* TP Link - T2U Nano */ {USB_DEVICE(0x2357, 0x0120), .driver_info = RTL8821}, /* TP Link - T2U Plus */ + {USB_DEVICE(0x2357, 0x011F), .driver_info = RTL8821}, /* TP Link - T2U v3 */ #endif #ifdef CONFIG_RTL8814A