]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: Make sure we follow all EV_KEY events
authorHenrik Rydberg <rydberg@euromail.se>
Fri, 10 Aug 2012 19:39:38 +0000 (21:39 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Sat, 15 Sep 2012 15:02:10 +0000 (17:02 +0200)
commitc7910480cc327d2bc979851a69887d5266c5f84a
tree5391ff51230e52c22ed4d5d8c1a6026cf87b1206
parent085e2b7a9420aeadeff9b83813a6d2a27430d3b2
Input: Make sure we follow all EV_KEY events

For some EV_KEY types, sending a larger-than-one value causes the
input state to oscillate. This patch makes sure this cannot happen,
clearing up the autorepeat bypass logic in the process.

Tested-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Tested-by: Ping Cheng <pingc@wacom.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/input.c