From: Johannes Berg Date: Fri, 30 Jan 2009 07:17:52 +0000 (-0800) Subject: Input: stop autorepeat timer on key release X-Git-Tag: v2.6.30-rc2~71^2^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b5c1ef4d87426da0b689a0a4fa67edda02ea5c;p=pandora-kernel.git Input: stop autorepeat timer on key release 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. [dtor@mail.ru: This changes autorepeat behavior a bit since we now stop autorepeat even if key that is being released is not the one that is being auto-repeated, but I believe the new behavior is better.] Signed-off-by: Johannes Berg Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed