summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2022-12-28 15:25:54 +0100
committerAleksander Morgado <aleksandermj@chromium.org>2023-02-24 13:29:49 +0000
commitaf9799dfa8e38a892c9a061a425ef0f05ca515be (patch)
treecce0fde6a4fc7bca9cb84cba2acbd51882eb18c4
parentb68a1bb8474991a72cf988e8e24ba6549f1cf9c2 (diff)
downloadModemManager-af9799dfa8e38a892c9a061a425ef0f05ca515be.tar.gz
telit: increase initial delay for AT ports
FN990 requires more time for the AT ports to become responsive, so increase the initial delay up to 40 seconds. (cherry picked from commit a9e841e9316740545686fb0d41cbc71708b4b506)
-rw-r--r--plugins/telit/mm-common-telit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/telit/mm-common-telit.c b/plugins/telit/mm-common-telit.c
index 911c605b2..66c82b9db 100644
--- a/plugins/telit/mm-common-telit.c
+++ b/plugins/telit/mm-common-telit.c
@@ -30,9 +30,9 @@
#define TELIT_GE910_FAMILY_PID 0x0022
/* The following number of retries of the port responsiveness
- * check allows having up to 30 seconds of wait, that should
+ * check allows having up to 40 seconds of wait, that should
* be fine for most of the modems */
-#define TELIT_PORT_CHECK_RETRIES 6
+#define TELIT_PORT_CHECK_RETRIES 8
gboolean
telit_grab_port (MMPlugin *self,