diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2007-10-12 23:58:09 +0200 |
---|---|---|
committer | Francois Romieu <romieu@fr.zoreil.com> | 2007-10-18 21:25:27 +0200 |
commit | bc1660b57021b91f4adcb8fd06fe7bbecade3a8b (patch) | |
tree | 6da850277b7e239af8f3940a294a1a6fb454a717 /drivers/net/r8169.c | |
parent | cebf8cc79ec776a2f35b5912cf4eb41439a2cfda (diff) | |
download | op-kernel-dev-bc1660b57021b91f4adcb8fd06fe7bbecade3a8b.zip op-kernel-dev-bc1660b57021b91f4adcb8fd06fe7bbecade3a8b.tar.gz |
r8169: use the existing symbolic name of vendor PCI ID 0x1259
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Edward Hsu <edward_hsu@realtek.com.tw>
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 951c56e..c290aa5 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -166,7 +166,7 @@ static struct pci_device_id rtl8169_pci_tbl[] = { { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8168), 0, 0, RTL_CFG_1 }, { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 }, { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 }, - { PCI_DEVICE(0x1259, 0xc107), 0, 0, RTL_CFG_0 }, + { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xc107), 0, 0, RTL_CFG_0 }, { PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 }, { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 }, |