summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-09 15:46:48 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-09 15:46:48 +0000
commit3ff0c5955e62645ebdf96764128802a0cd5c4a52 (patch)
tree7707d1d04eb766cdd509e950a1727fe06d292463
parent881f04de9758b07a5695ec5aa3fcdd5db425d4fc (diff)
add subvendor ID for rev I TDM400P
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@668 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwcfxs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/wcfxs.c b/wcfxs.c
index 1d57c78..f60d078 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -344,6 +344,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 struct wcfxs_desc wcfxsi = { "Wildcard TDM400P REV I", 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];
@@ -2157,6 +2158,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, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi },
{ 0xe159, 0x0001, 0xa9fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0xe159, 0x0001, 0xa800, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
@@ -2242,6 +2244,3 @@ MODULE_LICENSE("GPL");
module_init(wcfxs_init);
module_exit(wcfxs_cleanup);
-
-
-