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

Modified Files:
        wct4xxp.c 
Log Message:
Update to new PCI ID's for Digium (yay!)


Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- wct4xxp.c   10 May 2005 00:22:30 -0000      1.64
+++ wct4xxp.c   10 May 2005 05:14:26 -0000      1.65
@@ -108,7 +108,8 @@
 };
 
 static struct devtype wct4xxp = { "Wildcard TE410P/TE405P (1st Gen)", 0 };
-static struct devtype wct4xxp2 = { "Wildcard TE410P/TE405P (2nd Gen)", 
FLAG_2NDGEN };
+static struct devtype wct410p2 = { "Wildcard TE410P (2nd Gen)", FLAG_2NDGEN };
+static struct devtype wct405p2 = { "Wildcard TE405P (2nd Gen)", FLAG_2NDGEN };
        
 
 static int inirq = 0;
@@ -2435,7 +2436,8 @@
 static struct pci_device_id t4_pci_tbl[] __devinitdata =
 {
        { 0x10ee, 0x0314, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)&wct4xxp 
},
-       { 0x10ee, 0x0271, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned 
long)&wct4xxp2 },
+       { 0xd161, 0x0410, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned 
long)&wct410p2 },
+       { 0xd161, 0x0405, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned 
long)&wct405p2 },
        { 0, }
 };
 

_______________________________________________
Asterisk-Cvs mailing list
Asterisk-Cvs@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to