summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-19 21:19:21 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-19 21:19:21 +0000
commit9dd37d99bcb3636e148234945a55acd8d337e6f5 (patch)
tree5f268f4f2ca6dd038c3abfdbbe2d6ddb3f7a37f9 /wctdm24xxp.c
parent89e4f3aba9cb6aa838785f28f74b4bfc21ba8353 (diff)
Merged revisions 1004 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1004 | kpfleming | 2006-04-19 16:18:02 -0500 (Wed, 19 Apr 2006) | 2 lines this product is no longer a prototype :-) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1005 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp.c')
-rw-r--r--wctdm24xxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wctdm24xxp.c b/wctdm24xxp.c
index eb9b9d8..61d972a 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -3,7 +3,7 @@
*
* Written by Mark Spencer <markster@digium.com>
*
- * Copyright (C) 2005, Digium, Inc.
+ * Copyright (C) 2005, 2006, Digium, Inc.
*
* All rights reserved.
*
@@ -387,7 +387,7 @@ struct wctdm_desc {
int flags;
};
-static struct wctdm_desc wctdm = { "Wildcard TDM2400P Prototype", 0 };
+static struct wctdm_desc wctdm = { "Wildcard TDM2400P", 0 };
static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
static struct wctdm *ifaces[WC_MAX_IFACES];