diff --git a/[refs] b/[refs] index 07a2816380b3..d0afb46f216b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f3b197ac26ed0e57989856494c495818dcc7f9ac +refs/heads/master: de1e938e54deba5b093a3074dfafd0d11afacbe1 diff --git a/trunk/drivers/net/r8169.c b/trunk/drivers/net/r8169.c index 0ad3310290f1..9945cc6b8d90 100644 --- a/trunk/drivers/net/r8169.c +++ b/trunk/drivers/net/r8169.c @@ -184,6 +184,7 @@ static const struct { static struct pci_device_id rtl8169_pci_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), }, { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, { PCI_DEVICE(0x16ec, 0x0116), }, { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, },