summaryrefslogtreecommitdiff
path: root/xpp/perl_modules/Dahdi/Hardware/PCI.pm
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-08-03 12:14:22 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-08-03 12:14:22 +0000
commitc942a91a4c137ec8d4e998fb86b573a9700cb810 (patch)
tree6d6256418e549f49d64a24d3c473baef756445f8 /xpp/perl_modules/Dahdi/Hardware/PCI.pm
parent0e158ace7d014e03a20eaf2fc654bc089fb8b623 (diff)
dahdi-perl: also detect Aligera cards
(closes issue #17783) Reported by: frawd Patches: dahdi-tools_aligera.patch uploaded by frawd (license 610) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9079 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/perl_modules/Dahdi/Hardware/PCI.pm')
-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 cea2a09..1a4e36d 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -152,6 +152,9 @@ my %pci_ids = (
'e159:0001/2151' => { DRIVER => 'ystdm8xx', DESCRIPTION => 'Yeastar YSTDM8xx'},
'e159:0001/9500:0003' => { DRIVER => 'opvxa1200', DESCRIPTION => 'OpenVox A800P' },
+
+ # Aligera
+ '10ee:1004' => { DRIVER => 'ap400', DESCRIPTION => 'Aligera AP40X/APE40X 1E1/2E1/4E1 card' },
);
$ENV{PATH} .= ":/usr/sbin:/sbin:/usr/bin:/bin";