]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw89: Add support for Elecom WDC-XE2402TU3-B
authorZenm Chen <zenmchen@gmail.com>
Mon, 30 Mar 2026 09:34:39 +0000 (17:34 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Thu, 2 Apr 2026 03:57:16 +0000 (11:57 +0800)
Add the ID 056e:4024 to the table to support an additional RTL8832CU
adapter: Elecom WDC-XE2402TU3-B.

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

index de3f8358bbe78865fc32d8c60cf947162bc64e63..092d2812a4d559a9a100f4d0b039d19f2d246805 100644 (file)
@@ -41,6 +41,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(0x056e, 0x4024, 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),