Hi! > This is a non-blocking interface that specifies which suspend state to > enter when no wakelocks are locked. A special state, "on", stops the > process by locking the "main" wakelock. > > If early-suspend support is enabled, early suspend handlers will be called > when a state other than "on" is written. When writing "on", the corresonding > resume handlers are called. > @@ -388,6 +389,9 @@ static void suspend_finish(void) > > > static const char * const pm_states[PM_SUSPEND_MAX] = { > +#ifdef CONFIG_WAKELOCK > + [PM_SUSPEND_ON] = "on", > +#endif > [PM_SUSPEND_STANDBY] = "standby", > [PM_SUSPEND_MEM] = "mem", > }; By doing this you change /sys/power/state interface. I do not think you want to do that. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm