linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi:rtw88:rtw8822bu VID/PID for BUFFALO WI-U2-866DM
@ 2025-05-02 23:25 Yuuki NAGAO
  2025-05-03  0:32 ` [PATCH v2] " Yuuki NAGAO
  0 siblings, 1 reply; 6+ messages in thread
From: Yuuki NAGAO @ 2025-05-02 23:25 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: linux-wireless

Add VID/PID 0411/03d1 for recently released BUFFALO WI-U2-866DM USB
WiFi adapter.

Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
---
 drivers/net/wireless/realtek/rtw88/rtw8822bu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8822bu.c
b/drivers/net/wireless/realtek/rtw88/rtw8822bu.c
index 572d1f31832e..ab50b3c40562 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8822bu.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8822bu.c
@@ -77,6 +77,8 @@ static const struct usb_device_id rtw_8822bu_id_table[] = {
          .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /*
Mercusys MA30N */
        { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3322, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /*
D-Link DWA-T185 rev. A1 */
+       { USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x03d1, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /*
BUFFALO WI-U2-866DM */
        {},
 };
 MODULE_DEVICE_TABLE(usb, rtw_8822bu_id_table);
--
2.43.0

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

end of thread, other threads:[~2025-05-10  0:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 23:25 [PATCH] wifi:rtw88:rtw8822bu VID/PID for BUFFALO WI-U2-866DM Yuuki NAGAO
2025-05-03  0:32 ` [PATCH v2] " Yuuki NAGAO
2025-05-05  0:34   ` Ping-Ke Shih
2025-05-06 10:39     ` Yuuki NAGAO
2025-05-07  0:49       ` Ping-Ke Shih
2025-05-10  0:50   ` Ping-Ke Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).