[svn-commits] tzafrir: branch tools/2.4 r9737 - in /tools/branches/2.4: ./ xpp/perl_modules...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Feb 8 07:03:49 CST 2011
Author: tzafrir
Date: Tue Feb 8 07:03:41 2011
New Revision: 9737
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9737
Log:
Dahdi::Hardware: Support beroNet BN4S0e PCI Express card
Add extra PCI IDs to support "beroNet BN4S0e PCI Express 4x S0 Karte".
Origin: http://bugs.debian.org/600839
Merged revisions 9452 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
Modified:
tools/branches/2.4/ (props changed)
tools/branches/2.4/xpp/perl_modules/Dahdi/Hardware/PCI.pm
Propchange: tools/branches/2.4/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Feb 8 07:03:41 2011
@@ -1,1 +1,1 @@
-/tools/trunk:1-9220,9313,9426
+/tools/trunk:1-9220,9313,9426,9452
Modified: tools/branches/2.4/xpp/perl_modules/Dahdi/Hardware/PCI.pm
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.4/xpp/perl_modules/Dahdi/Hardware/PCI.pm?view=diff&rev=9737&r1=9736&r2=9737
==============================================================================
--- tools/branches/2.4/xpp/perl_modules/Dahdi/Hardware/PCI.pm (original)
+++ tools/branches/2.4/xpp/perl_modules/Dahdi/Hardware/PCI.pm Tue Feb 8 07:03:41 2011
@@ -119,6 +119,7 @@
'1397:16b8/1397:e998' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'OpenVox B800P' },
'1397:08b4/1397:b566' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'BeroNet BN2S0' },
'1397:08b4/1397:b560' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'BeroNet BN4S0' },
+ '1397:08b4/1397:b762' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'BeroNet BN4S0 PCI-E card' },
'1397:16b8/1397:b562' => { DRIVER => 'wcb4xxp', DESCRIPTION => 'BeroNet BN8S0' },
'1397:08b4' => { DRIVER => 'qozap', DESCRIPTION => 'Generic Cologne ISDN card' },
'1397:16b8' => { DRIVER => 'qozap', DESCRIPTION => 'Generic OctoBRI ISDN card' },
More information about the svn-commits
mailing list