summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-09-13 19:12:45 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-09-13 19:12:45 +0000
commitfad3a71c89cf43aff3f06f2dc53e2489d60b8424 (patch)
tree0b37795fad7b6ee7d708f0ac7b98ce981c837d46 /wctdm.c
parentb92cedfb41980df16f45381949f263ac9f4a1fc1 (diff)
Rev E detect
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@241 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wctdm.c b/wctdm.c
index 5c1d1cb..5cc8a3c 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -179,6 +179,7 @@ struct wcfxs_desc {
};
static struct wcfxs_desc wcfxs = { "Wildcard S400P Prototype", 0 };
+static struct wcfxs_desc wcfxse = { "Wildcard TDM400P REV E", 0 };
static struct wcfxs *ifaces[WC_MAX_IFACES];
@@ -1359,7 +1360,7 @@ static void __devexit wcfxs_remove_one(struct pci_dev *pdev)
static struct pci_device_id wcfxs_pci_tbl[] __devinitdata = {
{ 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) &wcfxs },
+ { 0xe159, 0x0001, 0xb100, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxse },
};
static struct pci_driver wcfxs_driver = {