mirror of
https://github.com/systemd/systemd.git
synced 2024-12-31 21:18:09 +03:00
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:
parent
fe9938888b
commit
4e6b9b2049
@ -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
|
||||
|
||||
###########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user