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

@@ -398,7 +398,7 @@ dnl-----------------------------------------------------------------------------
dnl MBIM support (enabled by default)
dnl
LIBMBIM_VERSION=1.27.6
LIBMBIM_VERSION=1.27.7
AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=yes])
AM_CONDITIONAL(WITH_MBIM, test "x$with_mbim" = "xyes")