Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtw88: 8822ce: add support for device ID 0xc82f

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

authored by

Aaron Ma and committed by
Kalle Valo
7d428b1c 68aa716b

+4
+4
drivers/net/wireless/realtek/rtw88/rtw8822ce.c
··· 11 11 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC822), 12 12 .driver_data = (kernel_ulong_t)&rtw8822c_hw_spec 13 13 }, 14 + { 15 + PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xC82F), 16 + .driver_data = (kernel_ulong_t)&rtw8822c_hw_spec 17 + }, 14 18 {} 15 19 }; 16 20 MODULE_DEVICE_TABLE(pci, rtw_8822ce_id_table);