2021-02-04 08:57:02

by Martin Kaiser

[permalink] [raw]
Subject: [PATCH] staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table

The Edimax EW-7811UN V2 uses an RTL8188EU chipset and works with this
driver.

Signed-off-by: Martin Kaiser <[email protected]>
---
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 43ebd11b53fe..efad43d8e465 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -41,6 +41,7 @@ static const struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
{USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
+ {USB_DEVICE(0x7392, 0xb811)}, /* Edimax EW-7811UN V2 */
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
{} /* Terminating entry */
};
--
2.20.1


2021-02-06 03:54:04

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table

On 2/4/21 2:52 AM, Martin Kaiser wrote:
> The Edimax EW-7811UN V2 uses an RTL8188EU chipset and works with this
> driver.
>
> Signed-off-by: Martin Kaiser <[email protected]>
> ---
> drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> index 43ebd11b53fe..efad43d8e465 100644
> --- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> +++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
> @@ -41,6 +41,7 @@ static const struct usb_device_id rtw_usb_id_tbl[] = {
> {USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
> {USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */
> {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
> + {USB_DEVICE(0x7392, 0xb811)}, /* Edimax EW-7811UN V2 */
> {USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
> {} /* Terminating entry */
> };
>

Acked-by: Larry Finger <[email protected]>

Larry