[svn-commits] tzafrir: tools/trunk r6823 - /tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 2 16:00:03 CDT 2009


Author: tzafrir
Date: Thu Jul  2 15:59:59 2009
New Revision: 6823

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6823
Log:
Add the TC400P trascoder card to our hardware list (seanbright)

Modified:
    tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm

Modified: tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
URL: http://svn.asterisk.org/svn-view/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm?view=diff&rev=6823&r1=6822&r2=6823
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm Thu Jul  2 15:59:59 2009
@@ -92,6 +92,9 @@
 	'10b5:3001'		=> { DRIVER => 'tor2', DESCRIPTION => 'PLX Development Board' },
 	'10b5:d00d'		=> { DRIVER => 'tor2', DESCRIPTION => 'Tormenta 2 Quad T1/PRI or E1/PRA' },
 	'10b5:4000'		=> { DRIVER => 'tor2', DESCRIPTION => 'Tormenta 2 Quad T1/E1 (non-Digium clone)' },
+
+	# # from wctc4xxp
+	'd161:3400'		=> { DRIVER => 'wctc4xxp', DESCRIPTION => 'Wildcard TC400P' },
 
         # Cologne Chips:
         # (Still a partial list)




More information about the svn-commits mailing list