diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2020-10-01 13:19:28 +0200 |
---|---|---|
committer | Daniele Palmas <dnlplm@gmail.com> | 2020-10-05 21:49:44 +0200 |
commit | 075bcb74f30d18985e1ada82312fe58215f82040 (patch) | |
tree | 32b29fc542ccf9a3b078b2b78d8bd0e881842204 /src/mm-port-qmi.c | |
parent | dcf188d2ef27a17afc0b3447c5c464286e7d250b (diff) |
port-qmi: increase qmi_device_open retries
Telit FN980 requires more time for becoming responsive to
qmi requests after device appearance.
Diffstat (limited to 'src/mm-port-qmi.c')
-rw-r--r-- | src/mm-port-qmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-qmi.c b/src/mm-port-qmi.c index 83d92b9d..571bb934 100644 --- a/src/mm-port-qmi.c +++ b/src/mm-port-qmi.c @@ -509,7 +509,7 @@ port_open_step (GTask *task) qmi_device_open (ctx->device, (QMI_DEVICE_OPEN_FLAGS_VERSION_INFO | QMI_DEVICE_OPEN_FLAGS_PROXY), - 20, + 25, g_task_get_cancellable (task), (GAsyncReadyCallback) qmi_device_open_first_ready, task); |