summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:14:20 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-11-04 13:14:20 +0000
commitc2368fdbb55141d57f0fd8af45f9ce2e355a4b74 (patch)
tree1b82c4fd6a211b126c967fc885f63a1427dac3b7
parentc4542c1bc9fc808310964bf5447b9e75c2670508 (diff)
Add the TC400P transcoder card to our hardware list (seanbright)
Merged revisions 6823 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7467 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/perl_modules/Dahdi/Hardware/PCI.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index 02bce74..b609637 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -93,6 +93,9 @@ my %pci_ids = (
'10b5:d00d' => { DRIVER => 'tor2', DESCRIPTION => 'Tormenta 2 Quad T1/PRI or E1/PRA' },
'10b5:4000' => { DRIVER => 'tor2', DESCRIPTION => 'Tormenta 2 Quad T1/E1 (non-Digium clone)' },
+ # # from wctc4xxp
+ 'd161:3400' => { DRIVER => 'wctc4xxp', DESCRIPTION => 'Wildcard TC400P' },
+
# Cologne Chips:
# (Still a partial list)
'1397:08b4/b556' => { DRIVER => 'qozap', DESCRIPTION => 'Junghanns DuoBRI ISDN card' },