summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-14 19:50:46 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-14 19:50:46 +0000
commite3516de4e1e19eda113b3650a7427bdb68361d0e (patch)
treed16ff354335a0f4cf7aedfa33456cd07278c4d43 /wctdm.c
parentd55be2fc9139ebfdf3370f02043490aff0e2f138 (diff)
Add another missing subvendor id
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@469 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wctdm.c b/wctdm.c
index 0af4373..ad018d5 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -2124,6 +2124,7 @@ static struct pci_device_id wcfxs_pci_tbl[] = {
{ 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 },
+ { 0xe159, 0x0001, 0xa8fd, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0xe159, 0x0001, 0xa908, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0xe159, 0x0001, 0xa901, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0 }