]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
authorHsiu-Ming Chang <cges30901@gmail.com>
Fri, 5 Dec 2025 00:32:04 +0000 (08:32 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 23 Dec 2025 03:38:05 +0000 (11:38 +0800)
Add support for Mercusys MU6H AC650 High Gain Wireless Dual Band USB
Adapter V1.30. It is based on RTL8811CU, usb device ID is 2c4e:0105.

Signed-off-by: Hsiu-Ming Chang <cges30901@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20251205003245.5762-1-cges30901@gmail.com
drivers/net/wireless/realtek/rtw88/rtw8821cu.c

index 7a0fffc359e255c59794114efcc8d84ed2c25b56..8cd09d66655db6dad4043995fddedeb2a4d082db 100644 (file)
@@ -37,6 +37,8 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
          .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
        { USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xd811, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
+       { USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0105, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Mercusys */
        {},
 };
 MODULE_DEVICE_TABLE(usb, rtw_8821cu_id_table);