[Asterisk-cvs] zaptel wcfxo.c,1.24,1.25
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 15 14:43:57 CDT 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv11392
Modified Files:
wcfxo.c
Log Message:
Expand generic support
Index: wcfxo.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxo.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- wcfxo.c 26 May 2004 15:45:31 -0000 1.24
+++ wcfxo.c 15 Jun 2004 19:48:44 -0000 1.25
@@ -975,6 +975,7 @@
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 }
};
More information about the svn-commits
mailing list