From: Ping-Ke Shih <pkshih@realtek.com>
To: Hsiu-Ming Chang <cges30901@gmail.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: RE: [PATCH RESEND] wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
Date: Fri, 5 Dec 2025 00:49:48 +0000 [thread overview]
Message-ID: <f0db83b1f3d94e33a1dccbad284c912e@realtek.com> (raw)
In-Reply-To: <20251205003245.5762-1-cges30901@gmail.com>
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
next prev parent reply other threads:[~2025-12-05 0:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2025-12-23 3:39 ` Ping-Ke Shih
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f0db83b1f3d94e33a1dccbad284c912e@realtek.com \
--to=pkshih@realtek.com \
--cc=cges30901@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.