Linux wireless drivers development
 help / color / mirror / Atom feed
From: Zenm Chen <zenmchen@gmail.com>
To: linux-wireless@vger.kernel.org, pkshih@realtek.com,
	rtl8821cerfe2@gmail.com
Cc: zenmchen@gmail.com
Subject: [PATCH rtw-next 4/5] wifi: rtw89: 8832cu: Add support for Mercusys MA86XH
Date: Wed, 27 May 2026 12:40:18 +0800	[thread overview]
Message-ID: <20260527044019.9192-4-zenmchen@gmail.com> (raw)
In-Reply-To: <20260527044019.9192-1-zenmchen@gmail.com>

Add the id 2c4e:0127 into the device table to support Mercusys MA86XH,
a new 8832cu-based adapter.

This also deletes the id 35b2:0502 which doesn't actaully exist and was
wrongly added into the driver.

Compile tested only.

https://github.com/morrownr/rtw89/commit/40149484a9db41a4146d2fb4980c92017c5f552c
https://github.com/morrownr/rtw89/commit/c82b4b42a93c2d189a11306701552d4732dc9fb0
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
 drivers/net/wireless/realtek/rtw89/rtw8852cu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852cu.c b/drivers/net/wireless/realtek/rtw89/rtw8852cu.c
index 790fd1dec..2162dabbb 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8852cu.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852cu.c
@@ -53,9 +53,9 @@ static const struct usb_device_id rtw_8852cu_id_table[] = {
 	  .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x28de, 0x2432, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
-	{ USB_DEVICE_AND_INTERFACE_INFO(0x2c7c, 0x8206, 0xff, 0xff, 0xff),
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0127, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
-	{ USB_DEVICE_AND_INTERFACE_INFO(0x35b2, 0x0502, 0xff, 0xff, 0xff),
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x2c7c, 0x8206, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0101, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
-- 
2.53.0


  parent reply	other threads:[~2026-05-27  4:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-27  4:40 [PATCH rtw-next 1/5] wifi: rtw89: 8831bu: Add support for ELECOM WD{B,C}-X600DU2M-B Zenm Chen
2026-05-27  4:40 ` [PATCH rtw-next 2/5] wifi: rtw89: 8832au: Support two additional devices Zenm Chen
2026-05-27  4:40 ` [PATCH rtw-next 3/5] wifi: rtw89: 8832bu: Add support for I-O DATA WN-DAX1200U Zenm Chen
2026-05-27  4:40 ` Zenm Chen [this message]
2026-05-27  4:40 ` [PATCH rtw-next 5/5] wifi: rtw89: 8912au: Add support for Mercusys MA37BEH Zenm Chen

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=20260527044019.9192-4-zenmchen@gmail.com \
    --to=zenmchen@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    --cc=rtl8821cerfe2@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox