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)
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

Simple merge