From 301bdcfef7e3407a675b37b99d2c57ddb249baa8 Mon Sep 17 00:00:00 2001 From: Daniele Palmas Date: Fri, 22 Feb 2019 13:44:29 +0100 Subject: port-qmi: increase qmi_device_open retries Telit modems LM940/960 need more time for becoming responsive to qmi requests after device appearance. --- src/mm-port-qmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mm-port-qmi.c b/src/mm-port-qmi.c index 129700c93..af9813500 100644 --- a/src/mm-port-qmi.c +++ b/src/mm-port-qmi.c @@ -405,7 +405,7 @@ port_open_step (GTask *task) qmi_device_open (ctx->device, (QMI_DEVICE_OPEN_FLAGS_VERSION_INFO | QMI_DEVICE_OPEN_FLAGS_PROXY), - 10, + 20, g_task_get_cancellable (task), (GAsyncReadyCallback) qmi_device_open_first_ready, task); -- cgit v1.2.1