[zaptel-commits] jsloan: branch 1.4 r2643 - in /branches/1.4: ./ wctc4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Tue Jun 12 06:45:48 MST 2007


Author: jsloan
Date: Tue Jun 12 08:45:47 2007
New Revision: 2643

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2643
Log:
Merged revisions 2642 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r2642 | jsloan | 2007-06-12 08:34:42 -0500 (Tue, 12 Jun 2007) | 1 line

Added new PCI device ID
........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wctc4xxp/base.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wctc4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctc4xxp/base.c?view=diff&rev=2643&r1=2642&r2=2643
==============================================================================
--- branches/1.4/wctc4xxp/base.c (original)
+++ branches/1.4/wctc4xxp/base.c Tue Jun 12 08:45:47 2007
@@ -360,7 +360,8 @@
 	int flags;
 };
 
-static struct wcdte_desc wcdte = { "Wildcard TC400P+TC400M", 0 };
+static struct wcdte_desc wctc400p = { "Wildcard TC400P+TC400M", 0 };
+static struct wcdte_desc wctce400 = { "Wildcard TCE400+TC400M", 0 };
 
 static struct wcdte *ifaces[WC_MAX_IFACES];
 
@@ -1819,7 +1820,8 @@
 
 static struct pci_device_id wcdte_pci_tbl[] = {
 #ifndef USE_TEST_HW
-  	{ 0xd161, 0x3400, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcdte }, /* Digium board */
+  	{ 0xd161, 0x3400, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctc400p }, /* Digium board */
+  	{ 0xd161, 0x8004, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctce400 }, /* Digium board */
 #else
 	{ 0x1317, 0x0985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcdte }, /* reference board */
 #endif



More information about the zaptel-commits mailing list