summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 00:23:25 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 00:23:25 +0000
commitc88564121390bd7f1c08483894f8382844523a90 (patch)
tree3ee83a889f529480369ab1e5ca51c7ee3bbfb536 /wctdm24xxp
parentcb6dee58298721d4c0cb4149e784e6c035871eb1 (diff)
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
Diffstat (limited to 'wctdm24xxp')
-rw-r--r--wctdm24xxp/base.c4
1 files changed, 3 insertions, 1 deletions
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