Skip to content
/ linux Public

Commit e1958f4

Browse files
cges30901Sasha Levin
authored andcommitted
wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H
[ Upstream commit 77653c3 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 509beca commit e1958f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wireless/realtek/rtw88/rtw8821cu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
3737
.driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
3838
{ USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xd811, 0xff, 0xff, 0xff),
3939
.driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Edimax */
40+
{ USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0105, 0xff, 0xff, 0xff),
41+
.driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* Mercusys */
4042
{},
4143
};
4244
MODULE_DEVICE_TABLE(usb, rtw_8821cu_id_table);

0 commit comments

Comments
 (0)