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.
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_PROXY | MBIM_DEVICE_OPEN_FLAGS_MS_MBIMEX_V2,
|
||||
45,
|
||||
g_task_get_cancellable (task),
|
||||
(GAsyncReadyCallback)mbim_device_open_ready,
|
||||
|
Reference in New Issue
Block a user