1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-12-08 17:46:21 +01:00

Add support for TP-Link Archer T4UH AC1200 thanks to @JudgeZarbi - fixes #35

This commit is contained in:
Harshavardhana
2015-05-04 11:56:18 -07:00
parent 9a00b2f73e
commit c87881c85b

View File

@@ -278,6 +278,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x13B1, 0x003F),.driver_info = RTL8812}, /* Linksys - SerComm */
{USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - T4U */
{USB_DEVICE(0x148F, 0x9097),.driver_info = RTL8812}, /* Amped Wireless ACA1 */
{USB_DEVICE(0x2357, 0x0103),.driver_info = RTL8812}, /* TP-Link - T4UH */
#endif
#ifdef CONFIG_RTL8821A
@@ -2049,4 +2050,3 @@ _adapter *rtw_usb_get_sw_pointer(void)
}
EXPORT_SYMBOL(rtw_usb_get_sw_pointer);
#endif //CONFIG_INTEL_PROXIM