From 2c34ebe80c59877ef432a9f7d1dbd0e0e0957a78 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 20 Nov 2021 23:59:55 +0100 Subject: 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. --- src/mm-port-mbim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3-70-g09d2