Re: [PATCH] input: input: stop autorepeat timer on key release
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-01-12 07:36:43
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2009-01-12 07:36:43
Hi Johannes, On Tue, Jan 06, 2009 at 12:26:24PM +0100, Johannes Berg wrote:
Whenever you press and then release a key, the CPU wakes up three times: * press * release * autorepeat timer exactly 250ms after press The autorepeat timer has nothing to do, obviously, since you already have released the key, so stop it on key release.
This introduces a slight change in behaviour (the key that is released may not be one that is being autorepeated) but I think it still makes sense to do it. -- Dmitry