From 7d28c141e6cb43f6e5ecabcf7ccee5f2130fc6ce Mon Sep 17 00:00:00 2001 From: Mauro Ribeiro Date: Mon, 10 Aug 2015 20:11:13 -0300 Subject: [PATCH] rtl8812au: Add support for several missing dongles Change-Id: Ib772ec47953ab56cfc1f623dfdefb76e9574e5ca --- backports/drivers/realtek/rtl8812au/os_dep/linux/usb_intf.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backports/drivers/realtek/rtl8812au/os_dep/linux/usb_intf.c b/backports/drivers/realtek/rtl8812au/os_dep/linux/usb_intf.c index baec0c9b58f8..ff05834506e2 100755 --- a/backports/drivers/realtek/rtl8812au/os_dep/linux/usb_intf.c +++ b/backports/drivers/realtek/rtl8812au/os_dep/linux/usb_intf.c @@ -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