]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: rtw89: Add support for TP-Link Archer TX50U
authorZenm Chen <zenmchen@gmail.com>
Fri, 20 Mar 2026 09:31:22 +0000 (17:31 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 30 Mar 2026 01:45:28 +0000 (09:45 +0800)
Add the ID 37ad:0103 to the table to support an additional RTL8832CU
adapter: TP-Link Archer TX50U.

Link: https://github.com/morrownr/rtl8852cu-20251113/issues/2
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260320093122.6754-1-zenmchen@gmail.com
drivers/net/wireless/realtek/rtw89/rtw8852cu.c

index 0c5aebaed87358ac4f89864c0491243cd6f92e3b..4755c483e1e692b5924a69268c428f42418635b3 100644 (file)
@@ -55,6 +55,8 @@ static const struct usb_device_id rtw_8852cu_id_table[] = {
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0102, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
+       { USB_DEVICE_AND_INTERFACE_INFO(0x37ad, 0x0103, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        {},
 };
 MODULE_DEVICE_TABLE(usb, rtw_8852cu_id_table);