diff options
Diffstat (limited to 'src/mm-port-probe.c')
-rw-r--r-- | src/mm-port-probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c index a96d1f8c..abc3454b 100644 --- a/src/mm-port-probe.c +++ b/src/mm-port-probe.c @@ -398,6 +398,7 @@ wdm_probe_qmi (MMPortProbe *self) /* Create a port and try to open it */ task->qmi_port = mm_qmi_port_new (g_udev_device_get_name (self->priv->port)); mm_qmi_port_open (task->qmi_port, + FALSE, NULL, (GAsyncReadyCallback)qmi_port_open_ready, self); |