summaryrefslogtreecommitdiff
path: root/wctc4xxp
diff options
context:
space:
mode:
authorjsloan <jsloan@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-12 14:07:18 +0000
committerjsloan <jsloan@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-12 14:07:18 +0000
commit625d996c4860f1d6f10d301b1f90c44d532253b9 (patch)
tree4a86857c3d4c02fd639a7b8383d370e7da224c41 /wctc4xxp
parent6f5cd14a693489c64f152210a35fecc39a418171 (diff)
Corrected test code
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2644 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctc4xxp')
-rw-r--r--wctc4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctc4xxp/base.c b/wctc4xxp/base.c
index 772a39e..47eaa2b 100644
--- a/wctc4xxp/base.c
+++ b/wctc4xxp/base.c
@@ -1823,7 +1823,7 @@ static struct pci_device_id wcdte_pci_tbl[] = {
{ 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 */
+ { 0x1317, 0x0985, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctc400p }, /* reference board */
#endif
{ 0 }
};