Skip to content

Commit 72f898c

Browse files
Jhyubkuba-moo
authored andcommitted
r8169: Add device 10ec:8162 to driver r8169
This patch makes the driver r8169 pick up device Realtek Semiconductor Co. , Ltd. Device [10ec:8162]. Signed-off-by: Janghyub Seo <[email protected]> Suggested-by: Rushab Shah <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent f821615 commit 72f898c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/realtek/r8169_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ static const struct pci_device_id rtl8169_pci_tbl[] = {
157157
{ PCI_VDEVICE(REALTEK, 0x8129) },
158158
{ PCI_VDEVICE(REALTEK, 0x8136), RTL_CFG_NO_GBIT },
159159
{ PCI_VDEVICE(REALTEK, 0x8161) },
160+
{ PCI_VDEVICE(REALTEK, 0x8162) },
160161
{ PCI_VDEVICE(REALTEK, 0x8167) },
161162
{ PCI_VDEVICE(REALTEK, 0x8168) },
162163
{ PCI_VDEVICE(NCUBE, 0x8168) },

0 commit comments

Comments
 (0)