[svn-commits] tzafrir: branch tools/2.3 r8957 - in /tools/branches/2.3: ./ xpp/perl_modules...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 21 04:26:14 CDT 2010


Author: tzafrir
Date: Wed Jul 21 04:26:11 2010
New Revision: 8957

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8957
Log:
An extra PCI ID for an OpenVox card I ran into.

Merged revisions 8741 via svnmerge from 
http://svn.digium.com/svn/dahdi/tools/trunk

Modified:
    tools/branches/2.3/   (props changed)
    tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/PCI.pm

Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jul 21 04:26:11 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638
+/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638,8741

Modified: tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/PCI.pm
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/PCI.pm?view=diff&rev=8957&r1=8956&r2=8957
==============================================================================
--- tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/PCI.pm (original)
+++ tools/branches/2.3/xpp/perl_modules/Dahdi/Hardware/PCI.pm Wed Jul 21 04:26:11 2010
@@ -149,6 +149,8 @@
 
 	# 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";




More information about the svn-commits mailing list