* [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
@ 2025-12-05 0:32 Hsiu-Ming Chang
2025-12-05 0:49 ` Ping-Ke Shih
2025-12-23 3:39 ` Ping-Ke Shih
0 siblings, 2 replies; 3+ messages in thread
From: Hsiu-Ming Chang @ 2025-12-05 0:32 UTC (permalink / raw)
To: linux-wireless; +Cc: pkshih, cges30901
Add support for Mercusys MU6H AC650 High Gain Wireless Dual Band USB Adapter
V1.30. It is based on RTL8811CU, usb device ID is 2c4e:0105.
Signed-off-by: Hsiu-Ming Chang <cges30901@gmail.com>
---
drivers/net/wireless/realtek/rtw88/rtw8821cu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
index 7a0fffc35..8cd09d666 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
@@ -37,6 +37,8 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
.driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
{ USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xd811, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0105, 0xff, 0xff, 0xff),
+ .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Mercusys */
{},
};
MODULE_DEVICE_TABLE(usb, rtw_8821cu_id_table);
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* RE: [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
2025-12-05 0:32 [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H Hsiu-Ming Chang
@ 2025-12-05 0:49 ` Ping-Ke Shih
2025-12-23 3:39 ` Ping-Ke Shih
1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2025-12-05 0:49 UTC (permalink / raw)
To: Hsiu-Ming Chang, linux-wireless@vger.kernel.org
Hsiu-Ming Chang <cges30901@gmail.com> wrote:
> Add support for Mercusys MU6H AC650 High Gain Wireless Dual Band USB Adapter
> V1.30. It is based on RTL8811CU, usb device ID is 2c4e:0105.
>
> Signed-off-by: Hsiu-Ming Chang <cges30901@gmail.com>
Not sure why you want to RESEND your patch? If you wonder I missed your
patch, check patchwork to see the status [1].
[1] https://patchwork.kernel.org/project/linux-wireless/patch/20251122101829.18319-1-cges30901@gmail.com/
This looks good to me, so
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
> drivers/net/wireless/realtek/rtw88/rtw8821cu.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> index 7a0fffc35..8cd09d666 100644
> --- a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> +++ b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> @@ -37,6 +37,8 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
> .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
> { USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xd811, 0xff, 0xff, 0xff),
> .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
> + { USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0105, 0xff, 0xff, 0xff),
> + .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Mercusys */
> {},
> };
> MODULE_DEVICE_TABLE(usb, rtw_8821cu_id_table);
> --
> 2.52.0
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
2025-12-05 0:32 [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H Hsiu-Ming Chang
2025-12-05 0:49 ` Ping-Ke Shih
@ 2025-12-23 3:39 ` Ping-Ke Shih
1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2025-12-23 3:39 UTC (permalink / raw)
To: Hsiu-Ming Chang, linux-wireless; +Cc: pkshih, cges30901
Hsiu-Ming Chang <cges30901@gmail.com> wrote:
> Add support for Mercusys MU6H AC650 High Gain Wireless Dual Band USB Adapter
> V1.30. It is based on RTL8811CU, usb device ID is 2c4e:0105.
>
> Signed-off-by: Hsiu-Ming Chang <cges30901@gmail.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>
1 patch(es) applied to rtw-next branch of rtw.git, thanks.
77653c327e11 wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
---
https://github.com/pkshih/rtw.git
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-12-23 3:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 0:32 [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H Hsiu-Ming Chang
2025-12-05 0:49 ` Ping-Ke Shih
2025-12-23 3:39 ` Ping-Ke Shih
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.