Re: [android-kernel] Re: android goes back to suspend

2012-04-07 Thread mark gross
I think that you may be wrong. Most times when this happens its because there is some user mode service or middle-were that needs to consume the wake event and *that* thing should be grabbing a wake lock from user mode through the normal android API's. I would say you are missing some integration

[android-kernel] Re: android goes back to suspend

2012-04-07 Thread Ventanas
So do I have to encrease this timeout? I guess user mode android code will echo on to the /sys/Power/state file, Right? Or ama I wrong? On 30 Mar, 19:50, mark gross wrote: > there is a time out wake lock (1 sec) that gets grabbed at the end of > the pm_suspend code path path (I think).  (you'll