diff --git a/src/r8168_n.c b/src/r8168_n.c index 28d7636..cbf43d1 100755 --- a/src/r8168_n.c +++ b/src/r8168_n.c @@ -397,6 +397,7 @@ static const struct { static struct pci_device_id rtl8168_pci_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8136), }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8161), }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x2502), }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x2600), },