summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-14 20:14:55 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-10-14 20:14:55 +0000
commit4dc2b7df57142cf66674b50382fe6e5efe307e91 (patch)
tree340e72455d332e0db27b7e79ef26ab716c84c10a
parente3516de4e1e19eda113b3650a7427bdb68361d0e (diff)
One more PCI ID...
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@470 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwcfxs.c1
-rwxr-xr-xwctdm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/wcfxs.c b/wcfxs.c
index ad018d5..f64ef8a 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -2125,6 +2125,7 @@ static struct pci_device_id wcfxs_pci_tbl[] = {
{ 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, 0xa800, 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 }
diff --git a/wctdm.c b/wctdm.c
index ad018d5..f64ef8a 100755
--- a/wctdm.c
+++ b/wctdm.c
@@ -2125,6 +2125,7 @@ static struct pci_device_id wcfxs_pci_tbl[] = {
{ 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, 0xa800, 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 }