[zaptel-commits] mattf: branch 1.4 r3408 - in /branches/1.4: ./ wctdm24xxp/base.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Dec 10 18:23:25 CST 2007


Author: mattf
Date: Mon Dec 10 18:23:25 2007
New Revision: 3408

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3408
Log:
Merged revisions 3407 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r3407 | mattf | 2007-12-10 18:21:56 -0600 (Mon, 10 Dec 2007) | 1 line

Make sure we wait long enough for the VPMADT032 to boot before we interact with it again
........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wctdm24xxp/base.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wctdm24xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/base.c?view=diff&rev=3408&r1=3407&r2=3408
==============================================================================
--- branches/1.4/wctdm24xxp/base.c (original)
+++ branches/1.4/wctdm24xxp/base.c Mon Dec 10 18:23:25 2007
@@ -3721,6 +3721,8 @@
 		while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
 			schluffen(&wc->regq);
 
+		msleep(1000);
+
 		printk("VPMADT032 Loading firwmare... ");
 		downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
 
@@ -3739,7 +3741,7 @@
 		while (test_bit(VPM150M_SWRESET, &vpm150m->control))
 			schluffen(&wc->regq);
 
-		msleep(700);
+		msleep(1000);
 #if 0
 	}
 #endif




More information about the zaptel-commits mailing list