summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];