]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/net/ethernet/realtek/r8169.c
r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)
authorLennart Sorensen <lsorense@csclub.uwaterloo.ca>
Thu, 28 Jul 2011 13:18:11 +0000 (13:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 01:15:28 +0000 (18:15 -0700)
commit93a3aa25933461d76141179fc94aa32d5f9d954a
tree75975ebe67c2ee38f86e627f8ad787578f5f79c7
parentc173bfac2428bd6c5da5d7cc8942b8b85d0819d4
r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)

The D-Link DGE-530T rev C1 is a re-badged Realtek 8169 named DLG10028C,
unlike the previous revisions which were skge based.  It is probably
the same as the discontinued DGE-528T (0x4300) other than the PCI ID.

The PCI ID is 0x1186:0x4302.

Adding it to r8169.c where 0x1186:0x4300 is already found makes the card
be detected and work.

This fixes https://bugzilla.kernel.org/show_bug.cgi?id=38862

Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/r8169.c