summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-19 21:18:02 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-19 21:18:02 +0000
commitbf727cc5201052bd912d637766fe13805314e2ed (patch)
treeed5a778259dd283572b78d19181b203bdaa7c0fe
parentbc1d333b938f7f829441994765fb0c1a0f8d7be1 (diff)
this product is no longer a prototype :-)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1004 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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];