[dahdi-commits] sruffell: tools/trunk r10680 - /tools/trunk/xpp/perl_modules/Dahdi/Hardware/
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Mon May 14 11:11:11 CDT 2012
Author: sruffell
Date: Mon May 14 11:11:06 2012
New Revision: 10680
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10680
Log:
dahdi_hardware: Detect the Digium TE820 card.
Adding the TE820 vendor and device ID into PCI.pm allows dahdi_hardware to
recognize the card.
Reported-by: Xavier Hienne
Internal-Issue-ID: DAHTOOL-58
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Modified:
tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
Modified: tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm?view=diff&rev=10680&r1=10679&r2=10680
==============================================================================
--- tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm (original)
+++ tools/trunk/xpp/perl_modules/Dahdi/Hardware/PCI.pm Mon May 14 11:11:06 2012
@@ -41,6 +41,7 @@
'd161:0210/0003' => { DRIVER => 'wct4xxp', DESCRIPTION => 'Wildcard TE210P (3rd Gen)' },
'd161:0205' => { DRIVER => 'wct4xxp', DESCRIPTION => 'Wildcard TE205P ' },
'd161:0210' => { DRIVER => 'wct4xxp', DESCRIPTION => 'Wildcard TE210P ' },
+ 'd161:1820' => { DRIVER => 'wct4xxp', DESCRIPTION => 'Wildcard TE820 (5th Gen)' },
# from wctdm24xxp
'd161:2400' => { DRIVER => 'wctdm24xxp', DESCRIPTION => 'Wildcard TDM2400P' },
More information about the dahdi-commits
mailing list