diff options
-rw-r--r-- | src/mm-port-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-mbim.c b/src/mm-port-mbim.c index c0c4c1a7..84e2274d 100644 --- a/src/mm-port-mbim.c +++ b/src/mm-port-mbim.c @@ -592,7 +592,7 @@ mbim_device_new_ready (GObject *unused, /* Now open the MBIM device */ mbim_device_open_full (self->priv->mbim_device, - MBIM_DEVICE_OPEN_FLAGS_PROXY, + MBIM_DEVICE_OPEN_FLAGS_PROXY | MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_V2, 45, g_task_get_cancellable (task), (GAsyncReadyCallback)mbim_device_open_ready, |