Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Support Tenda U12
  • Loading branch information
刘胜坤 committed Mar 22, 2017
1 parent 5338cd2 commit a88cb341d021b58397307a144b1af1d9941da5c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,9 @@
# 8812au
Download from[Tenda](http://www.tenda.com.cn/download/detail-2614.html)
version rtl8812AU_linux_v5.1.5_19247.20160830

Support Tenda U12.
rtl8812AU_linux_v5.1.5_19247.20160830 not support Tenda U12.

Test in ubuntu 14.04&16.04
Kernel 3.16.x~4.4.x
@@ -164,6 +164,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x07B8, 0x8812), .driver_info = RTL8812}, /* Abocom - Abocom */
{USB_DEVICE(0x2001, 0x3315), .driver_info = RTL8812}, /* D-Link - Cameo */
{USB_DEVICE(0x2001, 0x3316), .driver_info = RTL8812}, /* D-Link - Cameo */
{USB_DEVICE(0x2604, 0x0012), .driver_info = RTL8812}, /* Tenda - U12 */
#endif

#ifdef CONFIG_RTL8821A

0 comments on commit a88cb34

Please sign in to comment.