summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-29 21:35:38 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-29 21:35:38 +0000
commitcf22311add5de3bc1b105d63f2a0a10d73462cbc (patch)
treebdae653edc17f384a1d3f70a4380c7eccb66451c
parentfaae9f1d4462019f17026d71758c983e91ebffe9 (diff)
add pci id
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@686 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xChangeLog2
-rwxr-xr-xwcfxs.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0769e61..e461685 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+zaptel 1.0.9
+ -- add a pci id for rev I tdm cards
zaptel 1.0.8
-- add support for 2nd gen hardware
-- added some use counts to prevent kernel panics when improperly unloading modules
diff --git a/wcfxs.c b/wcfxs.c
index f60d078..5406103 100755
--- a/wcfxs.c
+++ b/wcfxs.c
@@ -2159,6 +2159,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, 0xb1d9, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi },
+ { 0xe159, 0x0001, 0xb119, 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 },