linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtw88: 8822ce: add support for device ID 0xc82f
@ 2020-06-12  8:27 Aaron Ma
  2020-07-15  9:11 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Ma @ 2020-06-12  8:27 UTC (permalink / raw)
  To: aaron.ma, yhchuang, kvalo, davem, kuba, linux-wireless, netdev,
	linux-kernel

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>
---
 drivers/net/wireless/realtek/rtw88/rtw8822ce.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8822ce.c b/drivers/net/wireless/realtek/rtw88/rtw8822ce.c
index 7b6bd990651e..026ac49ce6e3 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8822ce.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8822ce.c
@@ -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);
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtw88: 8822ce: add support for device ID 0xc82f
  2020-06-12  8:27 [PATCH] rtw88: 8822ce: add support for device ID 0xc82f Aaron Ma
@ 2020-07-15  9:11 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2020-07-15  9:11 UTC (permalink / raw)
  To: Aaron Ma
  Cc: aaron.ma, yhchuang, davem, kuba, linux-wireless, netdev, linux-kernel

Aaron Ma <aaron.ma@canonical.com> wrote:

> 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>

Patch applied to wireless-drivers-next.git, thanks.

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

-- 
https://patchwork.kernel.org/patch/11601385/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-15  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-12  8:27 [PATCH] rtw88: 8822ce: add support for device ID 0xc82f Aaron Ma
2020-07-15  9:11 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).