summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 14:35:16 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-03-01 14:35:16 +0000
commitb7365597140f0e9e958e1cb08e186cce2778700c (patch)
treec1f6c88592875f85bd3e5665a20f594afde18f5e
parente38c2c70d0f208421ffa1ad1e3ad8acbd209739c (diff)
add an alias for wctdm, add some subvendor ids for the te110p (bug #3684)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@602 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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 }
};