[svn-commits] tzafrir: tools/trunk r6043 - /tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Feb 26 09:41:54 CST 2009
Author: tzafrir
Date: Thu Feb 26 09:41:50 2009
New Revision: 6043
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6043
Log:
Add PCI IDs of another HFC-S card that zaphfc can handle.
Modified:
tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
Modified: tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm?view=diff&rev=6043&r1=6042&r2=6043
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm Thu Feb 26 09:41:50 2009
@@ -100,6 +100,8 @@
'1397:16b8' => { DRIVER => 'qozap', DESCRIPTION => 'Junghanns OctoBRI ISDN card' },
'1397:30b1' => { DRIVER => 'cwain', DESCRIPTION => 'HFC-E1 ISDN E1 card' },
'1397:2bd0' => { DRIVER => 'zaphfc', DESCRIPTION => 'HFC-S ISDN BRI card' },
+ # Has three submodels. Tested with 0675:1704:
+ '1043:0675' => { DRIVER => 'zaphfc', DESCRIPTION => 'ASUSTeK Computer Inc. ISDNLink P-IN100-ST-D' },
'1397:f001' => { DRIVER => 'ztgsm', DESCRIPTION => 'HFC-GSM Cologne Chips GSM' },
# Rhino cards (based on pci.ids)
More information about the svn-commits
mailing list