Re: The way for disabling input device?
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2011-03-16 04:53:53
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2011-03-16 04:53:53
On Tue, Mar 15, 2011 at 03:17:29PM +0000, Mark Brown wrote:
On Tue, Mar 15, 2011 at 06:06:26PM +0900, Joonyoung Shim wrote:quoted
The framebuffer device driver of kernel supplies sysfs interface to control blanking level of framebuffer and we can turn off LCD panel using this sysfs at the above case.quoted
Currently i know there isn't the generic way for disabling input device via user interface, so i am looking for the way for disabling input device on kernel side for above case.Isn't the expectation here that userspace closes the input device when it blanks the screen?
Closing the device might be a bit unwieldy, I was thinking more along the lines of having a way of "accelerating" runtime PM timeout and using that framework to put the device to sleep. -- Dmitry