]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw88: Add BUFFALO WI-U3-866DHP to the USB ID list
authorHiroaki Yamamoto <hrak1529@gmail.com>
Fri, 31 Oct 2025 11:16:34 +0000 (20:16 +0900)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 4 Nov 2025 02:03:43 +0000 (10:03 +0800)
BUFFALO WI-U3-866DHP (0411:03d0) is based on rtl8812bu. I locally tested
this patch with a retail sample and it worked fine.

Signed-off-by: Hiroaki Yamamoto <hrak1529@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20251031111641.33653-1-hrak1529@gmail.com
drivers/net/wireless/realtek/rtw88/rtw8822bu.c

index 44e28e583964cd3cc792aa519887546759244257..2769b86ce1b2aa7bdaf1d2c08a80470b03cb7ea0 100644 (file)
@@ -79,6 +79,8 @@ static const struct usb_device_id rtw_8822bu_id_table[] = {
          .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 */
+       { USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x03d0, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /* BUFFALO WI-U3-866DHP */
        {},
 };
 MODULE_DEVICE_TABLE(usb, rtw_8822bu_id_table);