summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-07-02 20:59:59 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-07-02 20:59:59 +0000
commitcbdfa97b0f20211be0ba6ec9c9087307129ce51e (patch)
treeea340e86e85d65bea4a05f2c42f3d5c98062a537
parent9ebffac11e2c10ef1da0618aaca91b49071fc6f4 (diff)
Add the TC400P trascoder card to our hardware list (seanbright)
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6823 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 fcefb3a..3e8db2f 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/1397:b556' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'Junghanns DuoBRI ISDN card' },