diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-07-29 19:12:11 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-19 03:04:10 -0400 |
commit | 913168de6284cd27810e9ee7ae029d408a2a0555 (patch) | |
tree | cdc80bf12fbc2b0ea21c44c923febf93fcb390f0 /drivers/net | |
parent | a51d74409d856e472bad753aecf1f2715718c242 (diff) |
[PATCH] r8169: PCI ID for the Linksys EG1032
The Linksys EG1032 uses Realtek's 8169 chipset.
Credit goes to Bob Wilson <bwilson4web@hotmail.com> for the report.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index d5afe05cd826..2f9b3227243b 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
@@ -186,6 +186,7 @@ const static struct { | |||
186 | static struct pci_device_id rtl8169_pci_tbl[] = { | 186 | static struct pci_device_id rtl8169_pci_tbl[] = { |
187 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, | 187 | { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), }, |
188 | { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, | 188 | { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), }, |
189 | { PCI_DEVICE(PCI_VENDOR_ID_LINKSYS, 0x1032), }, | ||
189 | { PCI_DEVICE(0x16ec, 0x0116), }, | 190 | { PCI_DEVICE(0x16ec, 0x0116), }, |
190 | {0,}, | 191 | {0,}, |
191 | }; | 192 | }; |