summaryrefslogtreecommitdiff
path: root/wctdm24xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 00:21:56 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 00:21:56 +0000
commitb64c19dbefb782de46f2a82adf4aa28ab67e78bd (patch)
tree17d4b863e53f78f1fb0cf081f3d9de8127543237 /wctdm24xxp
parent16175dac3a1e5b73f8bd2ca6a5d65d2c55dc4901 (diff)
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.2@3407 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 740af36..603e5c4 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3078,6 +3078,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);
@@ -3096,7 +3098,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