projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51d744
)
[PATCH] r8169: PCI ID for the Linksys EG1032
author
Francois Romieu
<romieu@fr.zoreil.com>
Fri, 29 Jul 2005 23:12:11 +0000
(
01:12
+0200)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 19 Aug 2005 07:04:10 +0000
(
03:04
-0400)
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>
drivers/net/r8169.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/r8169.c
b/drivers/net/r8169.c
index d5afe05cd8267de3b9e3e308f28bf711d5efc093..2f9b3227243b32ec165fa9242a161ff06032e3ac 100644
(file)
--- 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,},
};