port-mbim: monitor consecutive timeouts

This commit is contained in:
Aleksander Morgado
2022-06-30 00:58:26 +02:00
parent 7a3cbfec64
commit 1f2bea9184
3 changed files with 44 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ config_h.set('WITH_AT_COMMAND_VIA_DBUS', enable_at_command_via_dbus)
# MBIM support (enabled by default)
enable_mbim = get_option('mbim')
if enable_mbim
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.6')
mbim_glib_dep = dependency('mbim-glib', version: '>= 1.27.7')
endif
config_h.set('WITH_MBIM', enable_mbim)