summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 },