From: Francois Romieu <romieu@fr.zoreil.com>

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
<mycooc@yahoo.it>.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/net/r8169.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/net/r8169.c~r8169-new-pci-id drivers/net/r8169.c
--- 25/drivers/net/r8169.c~r8169-new-pci-id	Mon Apr 11 15:07:19 2005
+++ 25-akpm/drivers/net/r8169.c	Mon Apr 11 15:07:19 2005
@@ -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,},
 };
 
_