RTL8812AU: add device ID for TP-Link T4U ver 2

This commit is contained in:
chewitt 2017-04-01 13:47:33 +01:00
parent 94cffa28cd
commit 0f6b1c4142

View File

@ -1,12 +1,11 @@
diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c
index 85312bc..7318b1e 100644
--- a/os_dep/linux/usb_intf.c
+++ b/os_dep/linux/usb_intf.c
@@ -167,6 +167,11 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
--- a/os_dep/linux/usb_intf.c 2017-04-01 13:42:06.213757346 +0100
+++ b/os_dep/linux/usb_intf.c 2017-04-01 13:43:43.195961025 +0100
@@ -167,6 +167,12 @@ static struct usb_device_id rtw_usb_id_t
{USB_DEVICE(0x13b1, 0x003f),.driver_info = RTL8812}, /* Linksys - WUSB6300 */
{USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - T4U */
{USB_DEVICE(0x2357, 0x0103),.driver_info = RTL8812}, /* TP-Link - T4UH */
+ /*=== Patched ID ===*/
+ {USB_DEVICE(0x050D, 0x010d),.driver_info = RTL8812}, /* TP-Link - T4U v2 */
+ {USB_DEVICE(0x050D, 0x1109),.driver_info = RTL8812}, /* Belkin F9L1109 - SerComm */
+ {USB_DEVICE(0x20F4, 0x805B),.driver_info = RTL8812}, /* TRENDnet - Cameo */
+ {USB_DEVICE(0x148F, 0x9097),.driver_info = RTL8812}, /* Amped Wireless ACA1 */
@ -14,7 +13,7 @@ index 85312bc..7318b1e 100644
#endif
#ifdef CONFIG_RTL8821A
@@ -184,9 +189,18 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
@@ -184,9 +190,18 @@ static struct usb_device_id rtw_usb_id_t
{USB_DEVICE(0x2001, 0x3314),.driver_info = RTL8821}, /* D-Link - Cameo */
{USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - Cameo */
{USB_DEVICE(0x0E66, 0x0023),.driver_info = RTL8821}, /* HAWKING - Edimax */