]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
HID: input: fix mapping of aspect ratio key
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 18 Jan 2019 21:44:23 +0000 (13:44 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 27 Mar 2019 00:41:30 +0000 (17:41 -0700)
commitf7b3d85aa7a31a90c3ef5b0992604db339a615ab
treea943b35f7a02b0f726cf16c489523324301bfbe9
parent2291da5b4d305a6506d915d5bef85dedd7c94882
HID: input: fix mapping of aspect ratio key

According to HUTRR37 usage 0x6d from the consumer usage page corresponds
to action that selects the next available supported aspect ratio option
on a device which outputs or displays video. However KEY_ZOOM means
activate "Full Screen" mode, KEY_ASPECT_RATIO should be used instead.

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