Skip to content

Commit

Permalink
Add support for Archer T2U Nano (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
toolboc authored and harshavardhana committed Aug 25, 2019
1 parent 981899f commit 4235b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This code was forked from https://github.com/abperiasamy/rtl8812AU_8821AU_linux
```
* COMFAST 1200Mbps USB Wireless Adapter(Model: CF-912AC)
* TP-LINK AC1200 Wireless Dual Band USB Adapter(Model: Archer-T4U)
* TP-LINK AC600 Wireless Dual Band USB Adapter(Model: Archer-T2U Nano)
```

## Compiling with DKMS
Expand Down
2 changes: 2 additions & 0 deletions os_dep/linux/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x056E, 0x400E),.driver_info = RTL8821}, /* ELECOM - WDC-433SU2M2 */
{USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* Comfast - CF-915AC, CF-916AC */
{USB_DEVICE(0x3823, 0x6249),.driver_info = RTL8821}, /* Obihai - OBiWiFi */
{USB_DEVICE(0x2357, 0x011E),.driver_info = RTL8821}, /* TP-Link - Archer T2U Nano */

#endif

#ifdef CONFIG_RTL8192E
Expand Down

0 comments on commit 4235b0e

Please sign in to comment.