[PATCH] wifi: rtw89: 8852au: Add support for Mercusys MA72XH

Abhishek Tamboli posted 1 patch 2 weeks, 1 day ago
drivers/net/wireless/realtek/rtw89/rtw8852au.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] wifi: rtw89: 8852au: Add support for Mercusys MA72XH
Posted by Abhishek Tamboli 2 weeks, 1 day ago
Add the ID 2c4e:0124 to the rtw_8852au_id_table to
support the Mercusys MA72XH usb adapter.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=221738

Signed-off-by: Abhishek Tamboli <abhishektamboli9@gmail.com>
---
 drivers/net/wireless/realtek/rtw89/rtw8852au.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852au.c b/drivers/net/wireless/realtek/rtw89/rtw8852au.c
index 29b7f7769370..1f93b3c89039 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8852au.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852au.c
@@ -64,6 +64,8 @@ static const struct usb_device_id rtw_8852au_id_table[] = {
 	  .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0141, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0124, 0xff, 0xff, 0xff),
+	  .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010d, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852au_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010f, 0xff, 0xff, 0xff),
--
2.34.1
RE: [PATCH] wifi: rtw89: 8852au: Add support for Mercusys MA72XH
Posted by Ping-Ke Shih 1 week, 6 days ago
Abhishek Tamboli <abhishektamboli9@gmail.com> wrote:
> Add the ID 2c4e:0124 to the rtw_8852au_id_table to
> support the Mercusys MA72XH usb adapter.
> 
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=221738

Not sure why I have no permission to access this. Maybe it gets broken.
I'll wait a while to see if people will fix it.
RE: [PATCH] wifi: rtw89: 8852au: Add support for Mercusys MA72XH
Posted by Ping-Ke Shih 1 week, 3 days ago
Ping-Ke Shih <pkshih@realtek.com> wrote:
> Abhishek Tamboli <abhishektamboli9@gmail.com> wrote:
> > Add the ID 2c4e:0124 to the rtw_8852au_id_table to
> > support the Mercusys MA72XH usb adapter.
> >
> > Link: https://bugzilla.kernel.org/show_bug.cgi?id=221738
> 
> Not sure why I have no permission to access this. Maybe it gets broken.
> I'll wait a while to see if people will fix it.

I seems that my Windows desktop can't access this link, but
Ubuntu is fine. I have not idea why. 

Anyway, the reporter is still not confirmed if this patch works.
Can you post the update here when getting acked?

Ping-Ke
Re: [PATCH] wifi: rtw89: 8852au: Add support for Mercusys MA72XH
Posted by Abhishek Tamboli 1 week, 1 day ago
On Wed, Jul 15, 2026 at 09:16:09AM +0000, Ping-Ke Shih wrote:
> I seems that my Windows desktop can't access this link, but
> Ubuntu is fine. I have not idea why. 
> 
> Anyway, the reporter is still not confirmed if this patch works.
> Can you post the update here when getting acked?
Sure, I will update here.

And sorry for the late reply.

Abhishek