]> 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>
Mon, 10 Sep 2012 17:59:57 +0000 (19:59 +0200)
commitdee6bc54fde2b4992f2e3a34985c8e4e426c7fc7
tree5f9cc85e569930ee898809fe214a80c6ee1f45c9
parent1215482f8c3f19ecb78fede37792505927b743bb
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>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/input.c