]> git.baikalelectronics.ru Git - kernel.git/commit
Input: atkbd - correct MSC_SCAN events for force_release keys
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Mon, 17 Nov 2014 02:16:12 +0000 (18:16 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 17 Nov 2014 02:23:12 +0000 (18:23 -0800)
commitb056e32ec5a811591a291a5b4545e140fce202cf
tree8e6bc920cfbac13c1c5340cc7ed7e80a6b4876cc
parent570a57f9a7dd97a166a98bbf9b671e4db6131073
Input: atkbd - correct MSC_SCAN events for force_release keys

Without the change either no scancode would be reported on release of
force_release keys, or - if the key is marked as force_release erroneously
- the release event and the scancode would be reported in separate reports
to the input layer.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/atkbd.c