From c88564121390bd7f1c08483894f8382844523a90 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 11 Dec 2007 00:23:25 +0000 Subject: 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 ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3408 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm24xxp/base.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c index 6f6f114..1b6a20e 100644 --- a/wctdm24xxp/base.c +++ b/wctdm24xxp/base.c @@ -3721,6 +3721,8 @@ static void wctdm_vpm150m_init(struct wctdm *wc) 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 @@ static void wctdm_vpm150m_init(struct wctdm *wc) while (test_bit(VPM150M_SWRESET, &vpm150m->control)) schluffen(&wc->regq); - msleep(700); + msleep(1000); #if 0 } #endif -- cgit v1.2.3