rtl8812au: Add support for several missing dongles

Change-Id: Ib772ec47953ab56cfc1f623dfdefb76e9574e5ca
This commit is contained in:
Mauro Ribeiro
2015-08-10 20:11:13 -03:00
parent c8ed1237c6
commit 7d28c141e6

View File

@@ -298,6 +298,11 @@ 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(0x2001, 0x3313),.driver_info = RTL8812}, /* D-Link - ALPHA */
{USB_DEVICE(0x13b1, 0x003f),.driver_info = RTL8812}, /* Linksys WUSB6300 */
{USB_DEVICE(0x20f4, 0x805b),.driver_info = RTL8812}, /* TRENDnet - */
{USB_DEVICE(0x2357, 0x0101),.driver_info = RTL8812}, /* TP-Link - Archer T4U */
{USB_DEVICE(0x7392, 0xA813),.driver_info = RTL8812}, /* Edimax - Edimax 2 */
#endif
#ifdef CONFIG_RTL8821A
@@ -311,6 +316,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{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 */
#endif
#ifdef CONFIG_RTL8192E