Skip to content
/ linux Public

Commit ffbcca9

Browse files
a5a5aa555ooSasha Levin
authored andcommitted
wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N)
[ Upstream commit 3116f28 ] Add the ID 0db0:f0c8 to the table to support an additional RTL8832BU adapter: MSI AX1800 Nano (GUAX18N). Compile tested only. Link: morrownr/rtl8852bu-20250826#2 Signed-off-by: Zenm Chen <zenmchen@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260112004358.5516-1-zenmchen@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent e15768e commit ffbcca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wireless/realtek/rtw89/rtw8852bu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ static const struct usb_device_id rtw_8852bu_id_table[] = {
3030
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
3131
{ USB_DEVICE_AND_INTERFACE_INFO(0x0db0, 0x6931, 0xff, 0xff, 0xff),
3232
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
33+
{ USB_DEVICE_AND_INTERFACE_INFO(0x0db0, 0xf0c8, 0xff, 0xff, 0xff),
34+
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
3335
{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3327, 0xff, 0xff, 0xff),
3436
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
3537
{ USB_DEVICE_AND_INTERFACE_INFO(0x3574, 0x6121, 0xff, 0xff, 0xff),

0 commit comments

Comments
 (0)