OSDN Git Service

HID: input: add mapping for Expose/Overview key
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 18 Jan 2019 21:59:08 +0000 (13:59 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2019 17:45:05 +0000 (19:45 +0200)
commitc15b4f9f46998d347397973e9db5810b842bbed8
tree3c8d7e5994cd37e0d67a18ee0b158c7b118c42f3
parent45679938dc6fe01ac423812e0c3f033c6285590a
HID: input: add mapping for Expose/Overview key

[ Upstream commit 96dd86871e1fffbc39e4fa61c9c75ec54ee9af0f ]

According to HUTRR77 usage 0x29f from the consumer page is reserved for
the Desktop application to present all running user’s application windows.
Linux defines KEY_SCALE to request Compiz Scale (Expose) mode, so let's
add the mapping.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-input.c