From: Jan Luebbe Date: Mon, 2 Jun 2008 19:08:15 +0000 (+0200) Subject: Increase delay before talking to the modem X-Git-Tag: milestone2~1^2 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=acf8a72617c6bb0b8b841fc51af26341942a06ce;p=gsm0710muxd.git Increase delay before talking to the modem This allows the muxer to work on preproduction GTA01Bv4 devices. --- diff --git a/src/gsm0710muxd.c b/src/gsm0710muxd.c index 0fd246e..bb49d73 100644 --- a/src/gsm0710muxd.c +++ b/src/gsm0710muxd.c @@ -1542,7 +1542,7 @@ static int modem_hw_on(const char* pm_base_dir) SYSCHECK(modem_hw_(pm_base_dir, "reset", 1)); sleep(1); SYSCHECK(modem_hw_(pm_base_dir, "reset", 0)); - sleep(1); + sleep(4); LOG(LOG_DEBUG, "Leave"); return 0; }