aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-20 23:59:55 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-12-11 13:13:37 +0100
commit2c34ebe80c59877ef432a9f7d1dbd0e0e0957a78 (patch)
tree7de9492e6ed37cc6b5d8abe6bc8b3afef3bfdf08
parent2cf8b7858e0e8c70fa64f2bf10e02968ee001ad3 (diff)
port-mbim: support MBIMEx v3.0
The ModemManager codebase has been ported to support Basic Connect v3 messages as defined in MBIMEx v3.0, so at this point we can now switch to use it by default whenever possible.
-rw-r--r--src/mm-port-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-mbim.c b/src/mm-port-mbim.c
index 84e2274d..d5aeddf0 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_MS_MBIMEX_V2,
+ MBIM_DEVICE_OPEN_FLAGS_PROXY | MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_V3,
45,
g_task_get_cancellable (task),
(GAsyncReadyCallback)mbim_device_open_ready,