[dahdi-commits] dahdi/tools.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Jan 22 17:46:31 CST 2014
branch "master" has been updated
via a6203e151f79e9e8a7e95067dc356996b4c82340 (commit)
from 69ce6f07e0842e1dcb8b18f19fd3d61f577d3022 (commit)
Summary of changes:
modules.sample | 2 ++
xpp/perl_modules/Dahdi/Hardware/PCI.pm | 4 ++--
xpp/perl_modules/Dahdi/Span.pm | 6 +++---
3 files changed, 7 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit a6203e151f79e9e8a7e95067dc356996b4c82340
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date: Wed Dec 18 15:57:44 2013 -0600
wcte13xp: Teach tools about te131 te132 products
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
diff --git a/modules.sample b/modules.sample
index 5a65952..74fdb56 100644
--- a/modules.sample
+++ b/modules.sample
@@ -24,6 +24,8 @@ wcte12xp
# Digium TE131: PCI-Express single-port T1/E1/J1
# Digium TE132: PCI single-port T1/E1/J1
+# Digium TE133: PCI-Express single-port T1/E1/J1 with hardware echocan
+# Digium TE134: PCI single-port T1/E1/J1 with hardware echocan
wcte13xp
# Digium T100P: PCI single-port T1
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index 00a13ca..356fda7 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -94,8 +94,8 @@ my %pci_ids = (
'd161:8001' => { DRIVER => 'wcte12xp', DESCRIPTION => 'Wildcard TE122' },
# from wcte13xp
- 'd161:800a' => { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE133' },
- 'd161:800b' => { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE134' },
+ 'd161:800a' => { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE131/TE133' },
+ 'd161:800b' => { DRIVER => 'wcte13xp', DESCRIPTION => 'Wildcard TE132/TE134' },
# from wcaxx
'd161:800c' => { DRIVER => 'wcaxx', DESCRIPTION => 'Digium A8A' },
diff --git a/xpp/perl_modules/Dahdi/Span.pm b/xpp/perl_modules/Dahdi/Span.pm
index 3a0d3bd..69c5d03 100644
--- a/xpp/perl_modules/Dahdi/Span.pm
+++ b/xpp/perl_modules/Dahdi/Span.pm
@@ -144,9 +144,9 @@ my @pri_strings = (
'Wildcard TE120P', # wcte12xp
'Wildcard TE121', # wcte12xp
'Wildcard TE122', # wcte12xp
- 'Wildcard TE133', # wcte13xp
- 'Wildcard TE134', # wcte13xp
- 'T[248]XXP \(PCI\) Card ', # wct4xxp
+ 'Wildcard TE131/TE133', # wcte13xp
+ 'Wildcard TE132/TE134', # wcte13xp
+ 'T[248]XXP \(PCI\) Card ', # wct4xxp
'WCTE43X \(PCI\) Card ', # wcte43xp
'WCTE23X \(PCI\) Card ', # wcte43xp
'R[24]T1 \(PCI\) Card', # rxt1
-----------------------------------------------------------------------
--
dahdi/tools.git
More information about the dahdi-commits
mailing list