* [PATCH rtw-next] wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N)
@ 2026-01-12 0:43 Zenm Chen
2026-01-13 2:48 ` Ping-Ke Shih
0 siblings, 1 reply; 2+ messages in thread
From: Zenm Chen @ 2026-01-12 0:43 UTC (permalink / raw)
To: linux-wireless, pkshih, rtl8821cerfe2; +Cc: usbwifi2024, zenmchen
Add the ID 0db0:f0c8 to the table to support an additional RTL8832BU
adapter: MSI AX1800 Nano (GUAX18N).
Compile tested only.
Link: https://github.com/morrownr/rtl8852bu-20250826/pull/2
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
drivers/net/wireless/realtek/rtw89/rtw8852bu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/wireless/realtek/rtw89/rtw8852bu.c b/drivers/net/wireless/realtek/rtw89/rtw8852bu.c
index 980d17ef6..84cd3ec97 100644
--- a/drivers/net/wireless/realtek/rtw89/rtw8852bu.c
+++ b/drivers/net/wireless/realtek/rtw89/rtw8852bu.c
@@ -54,6 +54,8 @@ static const struct usb_device_id rtw_8852bu_id_table[] = {
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
{ USB_DEVICE_AND_INTERFACE_INFO(0x0db0, 0x6931, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
+ { USB_DEVICE_AND_INTERFACE_INFO(0x0db0, 0xf0c8, 0xff, 0xff, 0xff),
+ .driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3327, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)&rtw89_8852bu_info },
{ USB_DEVICE_AND_INTERFACE_INFO(0x3574, 0x6121, 0xff, 0xff, 0xff),
--
2.52.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH rtw-next] wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N)
2026-01-12 0:43 [PATCH rtw-next] wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N) Zenm Chen
@ 2026-01-13 2:48 ` Ping-Ke Shih
0 siblings, 0 replies; 2+ messages in thread
From: Ping-Ke Shih @ 2026-01-13 2:48 UTC (permalink / raw)
To: Zenm Chen, linux-wireless, pkshih, rtl8821cerfe2; +Cc: usbwifi2024, zenmchen
Zenm Chen <zenmchen@gmail.com> wrote:
> Add the ID 0db0:f0c8 to the table to support an additional RTL8832BU
> adapter: MSI AX1800 Nano (GUAX18N).
>
> Compile tested only.
>
> Link: https://github.com/morrownr/rtl8852bu-20250826/pull/2
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>
1 patch(es) applied to rtw-next branch of rtw.git, thanks.
3116f287b81f wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N)
---
https://github.com/pkshih/rtw.git
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-13 2:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 0:43 [PATCH rtw-next] wifi: rtw89: Add support for MSI AX1800 Nano (GUAX18N) Zenm Chen
2026-01-13 2:48 ` Ping-Ke Shih
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox