On Tue, 12 Oct 2010, Dmitry Shmidt wrote: > > Please tell us more about the problem you are trying to solve, and in > > what ways the current infrastructure is not achieving that goal. Then > > we might be in a better position to propose suggestions. > > > > But selectively ignoring upper suspend requests certainly feels wrong to > > me. If you need this, then the actual problem must be somewhere else. > > > > Nicolas > > Let's assume we are talking about device that is not a laptop - and it > is very power-consumption sensitive. Like smartphone... > So you want to go to suspend very aggressively. > And you want to keep connectivity. And you want to resume quickly - > else it is very easy to be in the situation where > you just suspending and resuming all the time. > So it doesn't make sense on every suspend/resume rescan for alive sdio > card. Makes sense ? Yes, but in this case the suspend methods are inappropriate when the phone is in live usage. They are meant to be used, say, when the phone becomes unused and its flap is folded. Otherwise, what is supposed to happen when you actually want the SDIO card to be suspended if the suspend method is cut out? Nicolas