rtw88: 8822ce: add support for device ID 0xc82f
authorAaron Ma <aaron.ma@canonical.com>
Fri, 12 Jun 2020 08:27:45 +0000 (16:27 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 15 Jul 2020 09:11:06 +0000 (12:11 +0300)
New device ID 0xc82f found on Lenovo ThinkCenter.
Tested it with c822 driver, works good.

PCI id:
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
Device [10ec:c82f]
        Subsystem: Lenovo Device [17aa:c02f]

Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200612082745.204400-1-aaron.ma@canonical.com
drivers/net/wireless/realtek/rtw88/rtw8822ce.c

index 7b6bd990651e10721674394724269c06b32dc002..026ac49ce6e3c8f2517e5fc583bb43a05332ec9b 100644 (file)
@@ -11,6 +11,10 @@ static const struct pci_device_id rtw_8822ce_id_table[] = {
                PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC822),
                .driver_data = (kernel_ulong_t)&rtw8822c_hw_spec
        },
+       {
+               PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC82F),
+               .driver_data = (kernel_ulong_t)&rtw8822c_hw_spec
+       },
        {}
 };
 MODULE_DEVICE_TABLE(pci, rtw_8822ce_id_table);