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.
This commit is contained in:
Aleksander Morgado
2021-11-20 23:59:55 +01:00
parent 2cf8b7858e
commit 2c34ebe80c

View File

@@ -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,