]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw89: Add support for Buffalo WI-U3-2400XE2
authorZenm Chen <zenmchen@gmail.com>
Fri, 20 Mar 2026 15:41:36 +0000 (23:41 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 30 Mar 2026 01:46:48 +0000 (09:46 +0800)
Add the ID 0411:03a6 to the table to support an additional RTL8832CU
adapter: Buffalo WI-U3-2400XE2.

Link: https://github.com/morrownr/rtw89/commit/506d193b8cb7d6394509aebcf8de1531629f6100
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260320154136.5750-1-zenmchen@gmail.com
drivers/net/wireless/realtek/rtw89/rtw8852cu.c

index 4755c483e1e692b5924a69268c428f42418635b3..de3f8358bbe78865fc32d8c60cf947162bc64e63 100644 (file)
@@ -39,6 +39,8 @@ static const struct rtw89_driver_info rtw89_8852cu_info = {
 };
 
 static const struct usb_device_id rtw_8852cu_id_table[] = {
+       { USB_DEVICE_AND_INTERFACE_INFO(0x0411, 0x03a6, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xc832, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x0bda, 0xc85a, 0xff, 0xff, 0xff),