On Tue, Nov 10, 2009 at 01:43:30PM +0000, Mark Brown wrote: > On Tue, Nov 10, 2009 at 10:24:08AM +0200, Samu Onkalo wrote: > > Sysfs interface for disabling and enabling keypad HW and > > PM management functions added to twl4030 keypad driver. > > Might be nice to have the longer explanation in your cover letter in the > patch description... > > > Signed-off-by: Samu Onkalo <samu.p.onkalo@xxxxxxxxx> > > Shouldn't this be done via the existing device wakeup API? That also > presents a sysfs control (power/wakeup IIRC). The driver calls > device_init_wakeup() to flag support for this at startup then checks > device_may_wakeup() when suspending and configures the hardware > appropriately. It seems that Samu's patch is a bit different - it completely disables the keypad. But I wonder if it needs the special attribute or the same can be simply achieved by simply closing event device when it is not needed. Or maybe unbinding driver through sysfs. Overall it seems that every input device used in embedded has it's own way of disabling itself, we need a generic solution... Maybe userspace-controlled PM is the answer). -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html