From: Francois Romieu Date: Fri, 27 May 2005 19:11:33 +0000 (+0200) Subject: [PATCH] r8169: new PCI id X-Git-Tag: v2.6.14-rc2~49^2~36^2~53^2~7^2^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a7b6459de19c85432f791728317089459316da32;p=linux-2.6-omap-h63xx.git [PATCH] r8169: new PCI id The USR 997902 is based on the 8169 chipset. The value has been extracted from the sources of the driver which comes with the manufacturer's cdrom. Heads-up and test by TommyDrum . Signed-off-by: Francois Romieu --- diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index b3768d84474..d064b5b0d19 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -176,6 +176,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}, + {0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {0,}, };