Merge pull request #7 from jeremyb31/master

Add support for tp-links devices
This commit is contained in:
Magnus Bergmark 2016-08-01 18:32:07 +00:00 committed by GitHub
commit 86007a1387

View File

@ -214,6 +214,10 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0x818C,0xff,0xff,0xff),.driver_info = RTL8192E},/* Default ID */
/*=== Customer ID ===*/
{USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */
/*===TPLINK ID===========*/
{USB_DEVICE(0x2357, 0x0107),.driver_info = RTL8192E}, /* TP-Link - Cameo */
{USB_DEVICE(0x2357, 0x0108),.driver_info = RTL8192E}, /* TP-Link - Cameo */
{USB_DEVICE(0x2357, 0x0109),.driver_info = RTL8192E}, /* TP-Link - Cameo */
#endif
#ifdef CONFIG_RTL8723B