mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
added a few missing RTL8188EUS devices
This commit is contained in:
parent
7c622df339
commit
8ecbbc88d3
@ -138,6 +138,12 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
|
|||||||
/*=== Customer ID ===*/
|
/*=== Customer ID ===*/
|
||||||
/****** 8188EUS ********/
|
/****** 8188EUS ********/
|
||||||
{USB_DEVICE(0x07B8, 0x8179),.driver_info = RTL8188E}, /* Abocom - Abocom */
|
{USB_DEVICE(0x07B8, 0x8179),.driver_info = RTL8188E}, /* Abocom - Abocom */
|
||||||
|
{USB_DEVICE(0x056e, 0x4008),.driver_info = RTL8188E}, /* Elecom WDC-150SU2M */
|
||||||
|
{USB_DEVICE(0x2001, 0x330F),.driver_info = RTL8188E}, /* DLink DWA-125 REV D1 */
|
||||||
|
{USB_DEVICE(0x2001, 0x3310),.driver_info = RTL8188E}, /* Dlink DWA-123 REV D1 */
|
||||||
|
{USB_DEVICE(0x2001, 0x3311),.driver_info = RTL8188E}, /* DLink GO-USB-N150 REV B1 */
|
||||||
|
{USB_DEVICE(0x2357, 0x010c),.driver_info = RTL8188E}, /* TP-Link TL-WN722N v2 */
|
||||||
|
{USB_DEVICE(0x0df6, 0x0076),.driver_info = RTL8188E}, /* Sitecom N150 v2 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_RTL8812A
|
#ifdef CONFIG_RTL8812A
|
||||||
|
Loading…
Reference in New Issue
Block a user