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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user