]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw89: 8832cu: Add ID 2c7c:8206 for RTL8832CU
authorJohnson Tsai <wenjie.tsai@realtek.com>
Mon, 20 Apr 2026 03:40:46 +0000 (11:40 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 29 Apr 2026 04:51:17 +0000 (12:51 +0800)
This ID is used by RTL8832CU-based Quectel USB dongle devices.

Signed-off-by: Johnson Tsai <wenjie.tsai@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260420034051.17666-12-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8852cu.c

index 092d2812a4d559a9a100f4d0b039d19f2d246805..790fd1dec66d2588c745f7d24d644daac0d3f3bc 100644 (file)
@@ -53,6 +53,8 @@ static const struct usb_device_id rtw_8852cu_id_table[] = {
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x28de, 0x2432, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
+       { USB_DEVICE_AND_INTERFACE_INFO(0x2c7c, 0x8206, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x35b2, 0x0502, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8852cu_info },
        { USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0101, 0xff, 0xff, 0xff),