From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: Run-time PM idea (was: Re: [RFC][PATCH 0/2] PM: Rearrange core suspend code) Date: Mon, 8 Jun 2009 16:21:54 +0200 Message-ID: <20090608142154.GD14234__41098.1891597205$1244470976$gmane$org@elte.hu> References: <20090608131159.GA15100@srcf.ucam.org> <20090608132235.GC13214@elte.hu> <200906081539.20459.oliver@neukum.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <200906081539.20459.oliver@neukum.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Oliver Neukum Cc: LKML , ACPI Devel Maling List , pm list List-Id: linux-pm@vger.kernel.org * Oliver Neukum wrote: > Am Montag, 8. Juni 2009 15:22:35 schrieb Ingo Molnar: > > > What will the 'user space policy' bit do what the kernel cannot? > > > > If you mean the user has to configure something manually - that > > wont really happen in practice. We are happy if they know where > > to put those USB sticks in ;-) > > User space need not be the user. Currently user space doesn't tell > the kernel how much functionality it needs. open/close give a > binary opposition which badly maps onto the graduated capabilities > devices have. If the kernel isnt told what capabilities are used that's buggy code then. > For example do you really need every key pressed while the screen > saver is running or is it enough for the keyboard to be able to > generate a wakeup event? The sane default here is to suspend the keyboard, except if an audio app is running that binds to the volume keys of the keyboard. If the 'keyboard' is properly abstracted in the kernel and the kernel driver _knows_ that the volume keys are in use, this is not a problem. Arguing otherwise is just saying the equivalent of: "we have a broken model to utilize hardware, and instead of fixing it properly, introduce an _even more broken_ model, because in the current model things cannot be made to work". The kernel _needs_ to have precise information about whether a piece of hardware is in use or not. Ingo