summaryrefslogtreecommitdiff
path: root/src/mm-port-mbim.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-10-16 20:45:06 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-10-16 22:28:29 +0200
commitc3fe738e7d69c97c701469095852bd068ce08b98 (patch)
treee0ea942b0403ac4b6305fef460c47bb6555ecce1 /src/mm-port-mbim.c
parentd8137789ed2dc6ebf78e4de150f20c7e3ce72480 (diff)
port-mbim: request MBIMEx v2.0
The ModemManager codebase has been ported to support Basic Connect v2 messages as defined in MBIMEx v2.0, so at this point we can now switch to use it by default whenever possible.
Diffstat (limited to 'src/mm-port-mbim.c')
-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 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,