From 0da477d2854c718ce61184b40b0715aa16980487 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 4 Apr 2008 17:46:10 +0000 Subject: Add support for AEX410 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4136 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm24xxp/base.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wctdm24xxp') 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 } }; -- cgit v1.2.3