2020-11-01 17:33:24

by Tokunori Ikegami

[permalink] [raw]
Subject: [PATCH] rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devices

Buffalo WI-U3-866D is supported by the rtl8812au driver.
Also RTL8812AU software supports the product RTL8192EU also.
So add Buffalo WI-U3-866D with the RTL8192EU driver info.

Signed-off-by: Tokunori Ikegami <[email protected]>
Cc: [email protected]
---
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 5cd7ef3625c5..40291d594ade 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -6761,6 +6761,9 @@ static const struct usb_device_id dev_table[] = {
/* Tested by Myckel Habets */
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0109, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)&rtl8192eu_fops},
+/* Buffalo WI-U3-866D */
+{USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x025d, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0xb720, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)&rtl8723bu_fops},
{USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xa611, 0xff, 0xff, 0xff),
--
2.27.0


2020-11-07 15:52:42

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devices

Tokunori Ikegami <[email protected]> wrote:

> Buffalo WI-U3-866D is supported by the rtl8812au driver.
> Also RTL8812AU software supports the product RTL8192EU also.
> So add Buffalo WI-U3-866D with the RTL8192EU driver info.
>
> Signed-off-by: Tokunori Ikegami <[email protected]>
> Cc: [email protected]

Patch applied to wireless-drivers-next.git, thanks.

28606150768a rtl8xxxu: Add Buffalo WI-U3-866D to list of supported devices

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches