summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-04 17:46:10 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-04 17:46:10 +0000
commit0da477d2854c718ce61184b40b0715aa16980487 (patch)
tree8e4a0f83e95535aad522e6d4e383d31be41ed25f
parenta4fe9246698c4dd4b060236cfed88c1fc01db02a (diff)
Add support for AEX410
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4136 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wctdm24xxp/base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index 4ad5baf..9f97e46 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -153,6 +153,7 @@ static struct wctdm_desc wctdm800 = { "Wildcard TDM800P", 0, 8 };
static struct wctdm_desc wctdm410 = { "Wildcard TDM410P", 0, 4 };
static struct wctdm_desc wcaex2400 = { "Wildcard AEX2400", 0, 24 };
static struct wctdm_desc wcaex800 = { "Wildcard AEX800", 0, 8 };
+static struct wctdm_desc wcaex410 = { "Wildcard AEX410", 0, 4 };
static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
@@ -3237,6 +3238,7 @@ static struct pci_device_id wctdm_pci_tbl[] = {
{ 0xd161, 0x8002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex800 },
{ 0xd161, 0x8003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex2400 },
{ 0xd161, 0x8005, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wctdm410 },
+ { 0xd161, 0x8006, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcaex410 },
{ 0 }
};