]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 27 Mar 2019 00:41:31 +0000 (17:41 -0700)
commit96dd86871e1fffbc39e4fa61c9c75ec54ee9af0f
treebd04d1bc78d96f87406b8b79c92d8e6cae7dba93
parentf7b3d85aa7a31a90c3ef5b0992604db339a615ab
HID: input: add mapping for Expose/Overview key

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>
drivers/hid/hid-input.c