build: require libmbim 1.25.3
Including the latest QDU service enum value.
This commit is contained in:
@@ -377,7 +377,7 @@ dnl-----------------------------------------------------------------------------
|
||||
dnl MBIM support (enabled by default)
|
||||
dnl
|
||||
|
||||
LIBMBIM_VERSION=1.25.2
|
||||
LIBMBIM_VERSION=1.25.3
|
||||
|
||||
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")
|
||||
|
@@ -3724,9 +3724,8 @@ device_notification_cb (MbimDevice *device,
|
||||
case MBIM_SERVICE_QMI:
|
||||
case MBIM_SERVICE_ATDS:
|
||||
case MBIM_SERVICE_INTEL_FIRMWARE_UPDATE:
|
||||
#if MBIM_CHECK_VERSION (1,25,1)
|
||||
case MBIM_SERVICE_MS_SAR:
|
||||
#endif
|
||||
case MBIM_SERVICE_QDU:
|
||||
default:
|
||||
/* Ignore */
|
||||
break;
|
||||
|
Reference in New Issue
Block a user