[Asterisk-cvs] zaptel wcfxs.c,1.84.2.9,1.84.2.10

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Jun 9 11:44:40 CDT 2005


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

Modified Files:
      Tag: v1-0
	wcfxs.c 
Log Message:
add subvendor ID for rev I TDM400P


Index: wcfxs.c
===================================================================
RCS file: /usr/cvsroot/zaptel/Attic/wcfxs.c,v
retrieving revision 1.84.2.9
retrieving revision 1.84.2.10
diff -u -d -r1.84.2.9 -r1.84.2.10
--- wcfxs.c	1 Jun 2005 20:47:54 -0000	1.84.2.9
+++ wcfxs.c	9 Jun 2005 15:46:48 -0000	1.84.2.10
@@ -344,6 +344,7 @@
 static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
 static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E/F", 0 };
 static struct wcfxs_desc wcfxsh = { "Wildcard TDM400P REV H", 0 };
+static struct wcfxs_desc wcfxsi = { "Wildcard TDM400P REV I", 0 };
 static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
 
 static struct wcfxs *ifaces[WC_MAX_IFACES];
@@ -2157,6 +2158,7 @@
 	{ 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) &wcfxse },
+	{ 0xe159, 0x0001, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi },
 	{ 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
 	{ 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
 	{ 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
@@ -2242,6 +2244,3 @@
 
 module_init(wcfxs_init);
 module_exit(wcfxs_cleanup);
-
-
-




More information about the svn-commits mailing list