summaryrefslogtreecommitdiff
path: root/wcfxs.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-19 20:43:54 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-19 20:43:54 +0000
commit9859eef1813319cdb3db0d9f848c6f8073f85de8 (patch)
tree078de20ee5c15cfc38d3703e26495ad41da0841f /wcfxs.c
parent1818360e59b558561a6b0b530d2c9ef7f2407da5 (diff)
Add recognition for Rev H freshmaker
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@434 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxs.c')
-rwxr-xr-xwcfxs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcfxs.c b/wcfxs.c
index f880edb..83ae5af 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -317,6 +317,7 @@ struct wcfxs_desc {
static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E/F", 0 };
+static struct wcfxs_desc wcfxsh = { "Wildcard TDM400P REV H", 0 };
static int acim2tiss[16] = { 0x0, 0x1, 0x4, 0x5, 0x7, 0x0, 0x0, 0x6, 0x0, 0x0, 0x0, 0x2, 0x0, 0x3 };
static struct wcfxs *ifaces[WC_MAX_IFACES];
@@ -2041,6 +2042,7 @@ static struct pci_device_id wcfxs_pci_tbl[] = {
{ 0xe159, 0x0001, 0xa159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
{ 0xe159, 0x0001, 0xe159, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxs },
{ 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse },
+ { 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0 }
};