Skip to content

Commit 3635299

Browse files
khfengdavem330
authored andcommitted
r8169: Add support for new Realtek Ethernet
There are two new Realtek Ethernet devices which are re-branded r8168h. Add the IDs to to support them. Signed-off-by: Kai-Heng Feng <[email protected]> Reviewed-by: Heiner Kallweit <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7c1e8a3 commit 3635299

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/ethernet/realtek

1 file changed

+2
-0
lines changed

drivers/net/ethernet/realtek/r8169.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ enum cfg_version {
205205
};
206206

207207
static const struct pci_device_id rtl8169_pci_tbl[] = {
208+
{ PCI_VDEVICE(REALTEK, 0x2502), RTL_CFG_1 },
209+
{ PCI_VDEVICE(REALTEK, 0x2600), RTL_CFG_1 },
208210
{ PCI_VDEVICE(REALTEK, 0x8129), RTL_CFG_0 },
209211
{ PCI_VDEVICE(REALTEK, 0x8136), RTL_CFG_2 },
210212
{ PCI_VDEVICE(REALTEK, 0x8161), RTL_CFG_1 },

0 commit comments

Comments
 (0)