[dahdi-commits] dahdi/tools.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Fri Jul 18 10:42:11 CDT 2014
branch "master" has been updated
via 4e14561508c54169e7573fb0ad5eb4f46509480b (commit)
from 49361e5ce76022a1204f699488208842ee9200ef (commit)
Summary of changes:
modules.sample | 2 ++
xpp/perl_modules/Dahdi/Hardware/PCI.pm | 1 +
2 files changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 4e14561508c54169e7573fb0ad5eb4f46509480b
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date: Thu Apr 24 15:18:35 2014 -0500
wcte43xp: Teach tools about te436 and te236 products
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
diff --git a/modules.sample b/modules.sample
index 74fdb56..08692af 100644
--- a/modules.sample
+++ b/modules.sample
@@ -15,6 +15,8 @@ wct4xxp
# Digium TE435
# Digium TE235
+# Digium TE436
+# Digium TE236
wcte43x
# Digium TE120P: PCI single-port T1/E1/J1
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index 356fda7..aa4de51 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -105,6 +105,7 @@ my %pci_ids = (
# from wcte435/235
'd161:800e' => { DRIVER => 'wcte43x', DESCRIPTION => 'Wildcard TE435/235' },
+ 'd161:8013' => { DRIVER => 'wcte43x', DESCRIPTION => 'Wildcard TE436/236' },
# from wcb4xxp
'd161:b410' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Digium Wildcard B410P' },
-----------------------------------------------------------------------
--
dahdi/tools.git
More information about the dahdi-commits
mailing list