Commit 2ebfb0fe authored by François Romieu's avatar François Romieu Committed by Linus Torvalds

[PATCH] r8169: new PCI id

The D-Link DGE-528T gigabit adapter is based on the 8169 chipset (reported
by Andreas Tauscher <ta@lonestar-bbs.de>, checked in the sources of a
driver for this adapter).
Signed-off-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 44cfc37b
......@@ -150,6 +150,7 @@ const static struct {
static struct pci_device_id rtl8169_pci_tbl[] = {
{0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0,},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment