Merge pull request #13813 from aleksander0m/aleksander/longer-wait-for-init-events

modemmanager: increase initial timeout for event reporting
This commit is contained in:
Rosen Penev
2020-11-02 00:44:05 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=modemmanager PKG_NAME:=modemmanager
PKG_VERSION:=1.14.6 PKG_VERSION:=1.14.6
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz PKG_SOURCE:=ModemManager-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager PKG_SOURCE_URL:=https://www.freedesktop.org/software/ModemManager
+1 -1
View File
@@ -301,7 +301,7 @@ mm_report_events_from_cache() {
# Remove the sysfs cache # Remove the sysfs cache
rm -f "${MODEMMANAGER_SYSFS_CACHE}" rm -f "${MODEMMANAGER_SYSFS_CACHE}"
local n=10 local n=60
local step=1 local step=1
local mmrunning=0 local mmrunning=0