Package: modemmanager
Version: 1.10.0-1
Tags: patch

Upstream fixed an issue, that prevents certain modem to connect.
For the users of such modems, it would be very useful to have
that fixed in buster, too.

Here is the (very small) diff:

commit 301bdcfef7e3407a675b37b99d2c57ddb249baa8
Author: Daniele Palmas <dnl...@gmail.com>
Date:   Fri Feb 22 13:44:29 2019 +0100

    port-qmi: increase qmi_device_open retries

    Telit modems LM940/960 need more time for becoming responsive
    to qmi requests after device appearance.

diff --git a/src/mm-port-qmi.c b/src/mm-port-qmi.c
index 129700c9..af981350 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);

See
https://gitlab.freedesktop.org/aleksm/ModemManager/commit/301bdcfef7e3407a675b37b99d2c57ddb249baa8

Reply via email to