[Asterisk-cvs] zaptel Makefile, 1.52.2.7, 1.52.2.8 wcte11xp.c, 1.1.2.4, 1.1.2.5

russell at lists.digium.com russell at lists.digium.com
Tue Mar 1 08:37:49 CST 2005


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

Modified Files:
      Tag: v1-0
	Makefile wcte11xp.c 
Log Message:
add an alias for wctdm, add some subvendor ids for the te110p (bug #3684)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.52.2.7
retrieving revision 1.52.2.8
diff -u -d -r1.52.2.7 -r1.52.2.8
--- Makefile	7 Feb 2005 04:20:33 -0000	1.52.2.7
+++ Makefile	1 Mar 2005 14:35:16 -0000	1.52.2.8
@@ -310,6 +310,9 @@
 			fi; \
 		fi; \
 	done
+	if ! grep "alias wctdm" $(MODCONF); then \
+		echo "alias wctdm wcfxs" >> $(MODCONF); \
+	fi \
 
 	if [ -d /etc/modutils ]; then \
 		/sbin/update-modules ; \

Index: wcte11xp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wcte11xp.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- wcte11xp.c	17 Jan 2005 01:58:09 -0000	1.1.2.4
+++ wcte11xp.c	1 Mar 2005 14:35:16 -0000	1.1.2.5
@@ -1524,7 +1524,10 @@
 }
 
 static struct pci_device_id t1xxp_pci_tbl[] = {
+	{ 0xe159, 0x0001, 0x71fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
 	{ 0xe159, 0x0001, 0x79fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
+	{ 0xe159, 0x0001, 0x795e, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
+	{ 0xe159, 0x0001, 0x79de, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
 	{ 0 }
 };
 




More information about the svn-commits mailing list