projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c826a0
)
r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboard
author
Ciaran McCreesh
<ciaran.mccreesh@blueyonder.co.uk>
Thu, 1 Nov 2007 21:48:15 +0000
(22:48 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 10 Nov 2007 09:25:09 +0000
(
04:25
-0500)
Signed-off-by: Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
drivers/net/r8169.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/r8169.c
b/drivers/net/r8169.c
index b94fa7ef1955ccc8036a46370102e366fb4b153c..702334e6b28adfcc2d432cd85cd687f045ce1c37 100644
(file)
--- a/
drivers/net/r8169.c
+++ b/
drivers/net/r8169.c
@@
-171,6
+171,8
@@
static struct pci_device_id rtl8169_pci_tbl[] = {
{ PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 },
{ PCI_VENDOR_ID_LINKSYS, 0x1032,
PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
+ { 0x0001, 0x8168,
+ PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
{0,},
};