]> git.neil.brown.name Git - gsm0710muxd.git/commitdiff
Increase delay before talking to the modem
authorJan Luebbe <jluebbe@debian.org>
Mon, 2 Jun 2008 19:08:15 +0000 (21:08 +0200)
committerJan Luebbe <jluebbe@debian.org>
Mon, 2 Jun 2008 19:08:36 +0000 (21:08 +0200)
This allows the muxer to work on preproduction GTA01Bv4 devices.

src/gsm0710muxd.c

index 0fd246e41291c1bfd5456b74cc8e2ef280f9db7f..bb49d733bc5dccc6088f3aaafff876686e70f811 100644 (file)
@@ -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;
 }