From a72868fc9d542b50de04017cd9bd34dd89ace6e8 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 15 Jun 2004 19:48:44 +0000 Subject: Expand generic support git-svn-id: http://svn.digium.com/svn/zaptel/trunk@410 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfxo.c b/wcfxo.c index 3c3e829..924a19d 100755 --- a/wcfxo.c +++ b/wcfxo.c @@ -975,6 +975,7 @@ static void __devexit wcfxo_remove_one(struct pci_dev *pdev) static struct pci_device_id wcfxo_pci_tbl[] = { { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p }, { 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &generic }, + { 0xe159, 0x0001, 0x8087, PCI_ANY_ID, 0, 0, (unsigned long) &generic }, { 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p }, { 0 } }; -- cgit v1.2.3