summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile3
-rwxr-xr-xwcte11xp.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4c119a..4fe2ecb 100755
--- a/Makefile
+++ b/Makefile
@@ -310,6 +310,9 @@ install: all devices $(LIBTONEZONE)
fi; \
fi; \
done
+ if ! grep "alias wctdm" $(MODCONF); then \
+ echo "alias wctdm wcfxs" >> $(MODCONF); \
+ fi \
if [ -d /etc/modutils ]; then \
/sbin/update-modules ; \
diff --git a/wcte11xp.c b/wcte11xp.c
index 46a49ff..7d5a361 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -1524,7 +1524,10 @@ static void __devexit t1xxp_remove_one(struct pci_dev *pdev)
}
static struct pci_device_id t1xxp_pci_tbl[] = {
+ { 0xe159, 0x0001, 0x71fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
{ 0xe159, 0x0001, 0x79fe, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
+ { 0xe159, 0x0001, 0x795e, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
+ { 0xe159, 0x0001, 0x79de, PCI_ANY_ID, 0, 0, (unsigned long) "Digium Wildcard TE110P T1/E1 Board" },
{ 0 }
};