mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-21 20:13:39 +00:00
rtl8188eu: Add Rosewill USB-N150 Nano to device tables
The existence of a new device with USB ID of 0bda:ffef is reported. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
77d786b6e8
commit
7630ec848b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
|
||||||
/*=== Realtek demoboard ===*/
|
/*=== Realtek demoboard ===*/
|
||||||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179)}, /* 8188EUS */
|
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179)}, /* 8188EUS */
|
||||||
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */
|
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */
|
||||||
|
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill USB-N150 Nano */
|
||||||
/*=== Customer ID ===*/
|
/*=== Customer ID ===*/
|
||||||
/****** 8188EUS ********/
|
/****** 8188EUS ********/
|
||||||
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
{USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
|
||||||
|
|
Loading…
Reference in a new issue