aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r--drivers/net/r8169.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index d5afe05cd82..2f9b3227243 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -186,6 +186,7 @@ const static struct {
static struct pci_device_id rtl8169_pci_tbl[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), },
{ PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), },
+ { PCI_DEVICE(PCI_VENDOR_ID_LINKSYS, 0x1032), },
{ PCI_DEVICE(0x16ec, 0x0116), },
{0,},
};