I have made the following changes intended for : CE:MW:Shared / dsme Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/7904 Thank You, Pekka Lundstrom [This message was auto-generated] --- Request # 7904: Messages from BOSS: State: review at 2013-02-15T14:25:13 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:plundstr:branches:CE:MW:Shared / dsme -> CE:MW:Shared / dsme changes files: -------------- --- dsme.changes +++ dsme.changes @@ -0,0 +1,3 @@ +* Fri Feb 15 2013 Pekka Lundstrom <[email protected]> - 0.62.9 +- Made timeouts longer when changing between ACTDEAD and USER states + old: ---- dsme-0.62.8.tar.gz new: ---- dsme-0.62.9.tar.gz spec files: ----------- --- dsme.spec +++ dsme.spec @@ -9,7 +9,7 @@ # << macros Summary: Device State Management Entity -Version: 0.62.8 +Version: 0.62.9 Release: 0 Group: System/System Control License: LGPLv2+ other changes: -------------- ++++++ dsme-0.62.8.tar.gz -> dsme-0.62.9.tar.gz --- configure.ac +++ configure.ac @@ -1,5 +1,5 @@ # Package name and version -AC_INIT(dsme, 0.62.8) +AC_INIT(dsme, 0.62.9) AM_INIT_AUTOMAKE --- modules/state.c +++ modules/state.c @@ -73,14 +73,14 @@ * state change from user to acting dead. */ #define ACTDEAD_TIMER_MIN_TIMEOUT 2 -#define ACTDEAD_TIMER_MAX_TIMEOUT 15 +#define ACTDEAD_TIMER_MAX_TIMEOUT 45 /** * Timer value for user timer. This is how long we wait before doing a * state change from acting dead to user. */ #define USER_TIMER_MIN_TIMEOUT 2 -#define USER_TIMER_MAX_TIMEOUT 15 +#define USER_TIMER_MAX_TIMEOUT 45 /* Seconds from overheating or empty battery to the start of shutdown timer */ #define DSME_THERMAL_SHUTDOWN_TIMER 8 ++++++ dsme.yaml --- dsme.yaml +++ dsme.yaml @@ -1,6 +1,6 @@ Name: dsme Summary: Device State Management Entity -Version: 0.62.8 +Version: 0.62.9 Release: 0 Group: System/System Control License: LGPLv2+
