summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-02 17:05:11 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-06-02 17:05:11 +0000
commit9c4fce1299517cbaeff377decfa0ea2ee389fcb1 (patch)
tree898b4b50012fa1151312f9d439cc72d7fbb9ee04
parent84ad0e2f23c6e1682ea5eefde79760904274837f (diff)
An extra PCI ID for an OpenVox card I ran into.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8741 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/perl_modules/Dahdi/Hardware/PCI.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/xpp/perl_modules/Dahdi/Hardware/PCI.pm b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
index 9c095f6..8076a2b 100644
--- a/xpp/perl_modules/Dahdi/Hardware/PCI.pm
+++ b/xpp/perl_modules/Dahdi/Hardware/PCI.pm
@@ -149,6 +149,8 @@ my %pci_ids = (
# Yeastar (from output of modinfo):
'e159:0001/2151' => { DRIVER => 'ystdm8xx', DESCRIPTION => 'Yeastar YSTDM8xx'},
+
+ 'e159:0001/9500:0003' => { DRIVER => 'opvxa1200', DESCRIPTION => 'OpenVox A800P' },
);
$ENV{PATH} .= ":/usr/sbin:/sbin:/usr/bin:/bin";