summaryrefslogtreecommitdiff
path: root/wctdm.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-12 02:29:04 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-12 02:29:04 +0000
commitb9054e458d3bc5bfb5c8fd1a5d56dfc13612c7de (patch)
treec50c2db311d592e2ecfd26aeeef821306e236cef /wctdm.c
parent2c02bed59d72aecc324ea9354cc8d93363c46eca (diff)
Support alternate PCI ID's
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@466 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm.c')
-rwxr-xr-xwctdm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wctdm.c b/wctdm.c
index 9528ae9..0af4373 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -2124,6 +2124,8 @@ 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, 0xa908, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
+ { 0xe159, 0x0001, 0xa901, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsh },
{ 0 }
};