[Asterisk-cvs] zaptel wcfxs.c,1.17,1.18

markster at lists.digium.com markster at lists.digium.com
Sat Sep 13 14:11:36 CDT 2003


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv27795

Modified Files:
	wcfxs.c 
Log Message:
Rev E detect


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcfxs.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- wcfxs.c	3 Sep 2003 21:08:07 -0000	1.17
+++ wcfxs.c	13 Sep 2003 19:12:45 -0000	1.18
@@ -179,6 +179,7 @@
 };
 
 static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
+static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E", 0 };
 
 static struct wcfxs *ifaces[WC_MAX_IFACES];
 
@@ -1359,7 +1360,7 @@
 static struct pci_device_id wcfxs_pci_tbl[] __devinitdata = {
 	{ 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
 	{ 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
-	{ 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
+	{ 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse },
 };
 
 static struct pci_driver wcfxs_driver = {




More information about the svn-commits mailing list