* [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
@ 2023-12-17 12:30 Zenm Chen
2023-12-18 2:50 ` Ping-Ke Shih
2023-12-19 15:08 ` Kalle Valo
0 siblings, 2 replies; 3+ messages in thread
From: Zenm Chen @ 2023-12-17 12:30 UTC (permalink / raw)
To: Jes.Sorensen
Cc: kvalo, linux-wireless, linux-kernel, pkshih, rtl8821cerfe2,
Larry.Finger, Zenm Chen
Add additional USB IDs found in the vendor driver from
https://github.com/Mange/rtl8192eu-linux-driver to support more
RTL8192EU devices.
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
v3:
- Put these new USB IDs back into the CONFIG_RTL8XXXU_UNTESTED section
as Larry Finger suggested.
v2:
- Not to put these USB IDs in CONFIG_RTL8XXXU_UNTESTED
---
.../net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 43ee7592bc6e..180907319e8c 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -7961,6 +7961,18 @@ static const struct usb_device_id dev_table[] = {
.driver_info = (unsigned long)&rtl8192eu_fops},
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)&rtl8192eu_fops},
+/* D-Link DWA-131 rev C1 */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3312, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
+/* TP-Link TL-WN8200ND V2 */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
+/* Mercusys MW300UM */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0100, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
+/* Mercusys MW300UH */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0104, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
#endif
{ }
};
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
2023-12-17 12:30 [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices Zenm Chen
@ 2023-12-18 2:50 ` Ping-Ke Shih
2023-12-19 15:08 ` Kalle Valo
1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2023-12-18 2:50 UTC (permalink / raw)
To: Zenm Chen, Jes.Sorensen@gmail.com
Cc: kvalo@kernel.org, linux-wireless@vger.kernel.org,
linux-kernel@vger.kernel.org, rtl8821cerfe2@gmail.com,
Larry.Finger@lwfinger.net
> -----Original Message-----
> From: Zenm Chen <zenmchen@gmail.com>
> Sent: Sunday, December 17, 2023 8:30 PM
> To: Jes.Sorensen@gmail.com
> Cc: kvalo@kernel.org; linux-wireless@vger.kernel.org; linux-kernel@vger.kernel.org; Ping-Ke Shih
> <pkshih@realtek.com>; rtl8821cerfe2@gmail.com; Larry.Finger@lwfinger.net; Zenm Chen <zenmchen@gmail.com>
> Subject: [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
>
> Add additional USB IDs found in the vendor driver from
> https://github.com/Mange/rtl8192eu-linux-driver to support more
> RTL8192EU devices.
>
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
2023-12-17 12:30 [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices Zenm Chen
2023-12-18 2:50 ` Ping-Ke Shih
@ 2023-12-19 15:08 ` Kalle Valo
1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2023-12-19 15:08 UTC (permalink / raw)
To: Zenm Chen
Cc: Jes.Sorensen, linux-wireless, linux-kernel, pkshih, rtl8821cerfe2,
Larry.Finger, Zenm Chen
Zenm Chen <zenmchen@gmail.com> wrote:
> Add additional USB IDs found in the vendor driver from
> https://github.com/Mange/rtl8192eu-linux-driver to support more
> RTL8192EU devices.
>
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>
> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Patch applied to wireless-next.git, thanks.
4e87ca403e20 wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
--
https://patchwork.kernel.org/project/linux-wireless/patch/20231217123017.1982-1-zenmchen@gmail.com/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-19 15:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 12:30 [PATCH v3] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices Zenm Chen
2023-12-18 2:50 ` Ping-Ke Shih
2023-12-19 15:08 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox