[dahdi-commits] sruffell: branch linux/sruffell/staging r6517 - /linux/team/sruffell/staging/...
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Mon Apr 27 17:41:21 CDT 2009
    
    
  
Author: sruffell
Date: Mon Apr 27 17:41:18 2009
New Revision: 6517
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6517
Log:
voicebus-squash: merge missed step for vpmadt032 init on wcte12xp.
Modified:
    linux/team/sruffell/staging/drivers/dahdi/voicebus/GpakCust.c
Modified: linux/team/sruffell/staging/drivers/dahdi/voicebus/GpakCust.c
URL: http://svn.digium.com/svn-view/dahdi/linux/team/sruffell/staging/drivers/dahdi/voicebus/GpakCust.c?view=diff&rev=6517&r1=6516&r2=6517
==============================================================================
--- linux/team/sruffell/staging/drivers/dahdi/voicebus/GpakCust.c (original)
+++ linux/team/sruffell/staging/drivers/dahdi/voicebus/GpakCust.c Mon Apr 27 17:41:18 2009
@@ -425,6 +425,11 @@
 	if (vpm->options.debug & DEBUG_ECHOCAN)
 		printk(KERN_DEBUG "Passed\n");
 
+	set_bit(VPM150M_HPIRESET, &vpm->control);
+	msleep(2000);
+	while (test_bit(VPM150M_HPIRESET, &vpm->control))
+		msleep(1);
+
 	/* Set us up to page 0 */
 	vpmadt032_setpage(vpm, 0);
 	if (vpm->options.debug & DEBUG_ECHOCAN)
    
    
More information about the dahdi-commits
mailing list