Skip to content

Commit

Permalink
Merge pull request juanro49#7 from kelebek333/C82F-pciid
Browse files Browse the repository at this point in the history
Added 10EC:C82F PCIID
  • Loading branch information
juanro49 committed Mar 18, 2022
2 parents a5a787c + 07c23fd commit 63bc7e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_dep/linux/pci_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ struct pci_device_id rtw_pci_id_tbl[] = {
#endif
#ifdef CONFIG_RTL8822C
{PCI_DEVICE(PCI_VENDER_ID_REALTEK, 0xC822), .driver_data = RTL8822C},
{PCI_DEVICE(PCI_VENDER_ID_REALTEK, 0xC82F), .driver_data = RTL8822C},
#endif
{},
};
Expand Down

0 comments on commit 63bc7e5

Please sign in to comment.