diff --git a/packages/linux/patches/linux-3.6.11-999.53-RTL8169-2a35cfa.patch b/packages/linux/patches/linux-3.6.11-999.53-RTL8169-2a35cfa.patch new file mode 100644 index 0000000000..a00f4f1b55 --- /dev/null +++ b/packages/linux/patches/linux-3.6.11-999.53-RTL8169-2a35cfa.patch @@ -0,0 +1,29 @@ +From: Francois Romieu +Date: Fri, 31 Aug 2012 21:06:17 +0000 (+0200) +Subject: r8169: add D-Link DGE-560T identifiers. +X-Git-Tag: v3.7-rc1~145^2~236 +X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fstable%2Flinux-stable.git;a=commitdiff_plain;h=2a35cfa591ac63f17815c2d9432b799e37527980;hp=da210f559019ba1cd4ebee2a28ad158bfb95bab2 + +r8169: add D-Link DGE-560T identifiers. + +This one includes a 8168. Not to be confused with the sky2 driven +one whose PCI vendor and device ID are the same. + +Reported-by: Neyuki Inaya +Signed-off-by: Francois Romieu +Signed-off-by: David S. Miller +--- + +diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c +index b47d5b3..0c96604 100644 +--- a/drivers/net/ethernet/realtek/r8169.c ++++ b/drivers/net/ethernet/realtek/r8169.c +@@ -287,6 +287,8 @@ static DEFINE_PCI_DEVICE_TABLE(rtl8169_pci_tbl) = { + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 }, + { 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_VENDOR_ID_DLINK, 0x4300, ++ PCI_VENDOR_ID_DLINK, 0x4b10, 0, 0, RTL_CFG_1 }, + { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 }, + { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4302), 0, 0, RTL_CFG_0 }, + { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xc107), 0, 0, RTL_CFG_0 },