]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: rtw89: 8851bu: add Mercusys MA60XNB (2c4e:0128)
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 25 May 2026 01:17:28 +0000 (09:17 +0800)
committerPing-Ke Shih <pkshih@realtek.com>
Wed, 3 Jun 2026 06:33:57 +0000 (14:33 +0800)
Add the specific USB device ID which adapter tested fully functional on
Fedora 44 with kernel 7.0.8-200.fc44.x86_64 and linux-firmware
20260410-1.fc44.

Reported-by: Guillermo Servera Negre <guillem@gservera.com>
Tested-by: Guillermo Servera Negre <guillem@gservera.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260525011728.6836-1-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/rtw8851bu.c

index 6a8d315443144649aa7a5040842ab908c1ab46e3..14f1b703902f6c00e6a76b9eb513808876ed5f53 100644 (file)
@@ -44,6 +44,9 @@ static const struct usb_device_id rtw_8851bu_id_table[] = {
        /* D-Link AX9U rev. A1 */
        { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x332a, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
+       /* Mercusys MA60XNB */
+       { USB_DEVICE_AND_INTERFACE_INFO(0x2C4E, 0x0128, 0xff, 0xff, 0xff),
+         .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },
        /* TP-Link Archer TX10UB Nano */
        { USB_DEVICE_AND_INTERFACE_INFO(0x3625, 0x010b, 0xff, 0xff, 0xff),
          .driver_info = (kernel_ulong_t)&rtw89_8851bu_info },