From acf8a72617c6bb0b8b841fc51af26341942a06ce Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Mon, 2 Jun 2008 21:08:15 +0200 Subject: [PATCH] Increase delay before talking to the modem This allows the muxer to work on preproduction GTA01Bv4 devices. --- src/gsm0710muxd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5