]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw88: rtw8822bu VID/PID for BUFFALO WI-U2-866DM
authorYuuki NAGAO <wf.yn386@gmail.com>
Sat, 3 May 2025 00:32:27 +0000 (09:32 +0900)
committerPing-Ke Shih <pkshih@realtek.com>
Sat, 10 May 2025 00:49:04 +0000 (08:49 +0800)
Add VID/PID 0411/03d1 for recently released
BUFFALO WI-U2-866DM USB WiFi adapter.

Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20250503003227.6673-1-wf.yn386@gmail.com
drivers/net/wireless/realtek/rtw88/rtw8822bu.c

index 5fdc36c88a762e86de35d03692f93efc41dd736e..44e28e583964cd3cc792aa519887546759244257 100644 (file)
@@ -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);