Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH rtw-next 1/5] wifi: rtw89: 8831bu: Add support for ELECOM WD{B,C}-X600DU2M-B
@ 2026-05-27  4:40 Zenm Chen
  2026-05-27  4:40 ` [PATCH rtw-next 2/5] wifi: rtw89: 8832au: Support two additional devices Zenm Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zenm Chen @ 2026-05-27  4:40 UTC (permalink / raw)
  To: linux-wireless, pkshih, rtl8821cerfe2; +Cc: zenmchen

Add the ids 056e:4027 and 056e:4028 into the device table to support
ELECOM WD{B,C}-X600DU2M-B, two new 8831bu-based adapters.

Compile tested only.

https://github.com/morrownr/rtw89/commit/9e2db2834b37c6adfc4b872a9ef56c927df22bea
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
 drivers/net/wireless/realtek/rtw89/rtw8851bu.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
index 6a8d31544..343941ccb 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8851bu.c
@@ -37,6 +37,12 @@ static const struct rtw89_driver_info rtw89_8851bu_info = {
 };
 
 static const struct usb_device_id rtw_8851bu_id_table[] = {
+	/* ELECOM WDC-X600DU2M-B */
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x056e, 0x4027, 0xff, 0xff, 0xff),
+	  .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
+	/* ELECOM WDB-X600DU2M-B */
+	{ USB_DEVICE_AND_INTERFACE_INFO(0x056e, 0x4028, 0xff, 0xff, 0xff),
+	  .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xb831, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xb851, 0xff, 0xff, 0xff),
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-27  4:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH rtw-next 4/5] wifi: rtw89: 8832cu: Add support for Mercusys MA86XH Zenm Chen
2026-05-27  4:40 ` [PATCH rtw-next 5/5] wifi: rtw89: 8912au: Add support for Mercusys MA37BEH Zenm Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox