hwdb: Fix mapping for home-key on Cube iWork8 air (#5994)

The intent of the hwdb entry for the Cube iWork8 air tablet buttons is
to fix them being swapped. The kernel is using left-meta for the
home key (it is being treated as the windows key on keyboards, as it has
a windows logo on most x86 tablets).

Fix the hwdb entry to only swap the buttons and not change the keycode
emitted by the home key.
This commit is contained in:
Hans de Goede 2017-05-19 16:05:27 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent fe9938888b
commit 4e6b9b2049
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ evdev:input:b0003v049Fp0051*
###########################################################
evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:bvn*:bvr*:bd*:svncube:pni1-TF:*
KEYBOARD_KEY_0=home
KEYBOARD_KEY_0=leftmeta
KEYBOARD_KEY_1=power
###########################################################