mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-25 23:15:00 +00:00
Merge pull request #7 from jeremyb31/master
Add support for tp-links devices
This commit is contained in:
commit
86007a1387
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user