On Fri, 28 May 2010, Peter Zijlstra wrote: > It seems most of the problems the suspend-blockers are trying to solve > are due to the fact of not running runnable tasks. That is only partially correct. If Android were using idle-time PM and not forced suspend, then yes -- not running runnable tasks would be a big problem. But as it stands, with forced suspend the problem is to avoid delays in processing wakeup events. That's what suspend blockers are meant to solve. The same problem would occur with idle-time PM if you don't run all runnable tasks, and it would need a similar solution. Alan Stern _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm