mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
rtl8188eu: Add two new IDs
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
fc94d94d6c
commit
051cb74be4
1 changed files with 2 additions and 0 deletions
|
@ -54,8 +54,10 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
|
||||||
/*=== Customer ID ===*/
|
/*=== Customer ID ===*/
|
||||||
/****** 8188EUS ********/
|
/****** 8188EUS ********/
|
||||||
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
||||||
|
{USB_DEVICE(0x0DF6, 0x0076)}, /* Sitecom N150 v2 */
|
||||||
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
|
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
|
||||||
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
|
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
|
||||||
|
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
|
||||||
{} /* Terminating entry */
|
{} /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue