diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-02-19 18:11:30 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-02-19 20:20:40 +0100 |
commit | a9186f27ad28e8416c727b7df9bc92e3cdc33967 (patch) | |
tree | 1b75598d4bd8fd8fe0586443000e17e1e3ec10cc /hwdb | |
parent | Merge pull request #8199 from keszybz/small-things (diff) | |
download | systemd-a9186f27ad28e8416c727b7df9bc92e3cdc33967.tar.xz systemd-a9186f27ad28e8416c727b7df9bc92e3cdc33967.zip |
hwdb: Add quirk to fix mapping of VIOS LTH17 touchpad toggle key
The touchpad toggle key (Fn + F6) on the VIOS LTH17 sends CTRL + META + F24
without this quirk. With this quirk it sends CTRL + META + F21, with F21
mapping to XF86TouchpadToggle, which is what we want.
Note that the CTRL + META modifiers being send together with the F21 are
still somewhat unusual, userspace will need to be thought to deal with
this as there is nothing we can do about this at the hwdb level. Note at
least one other laptop also sends CTRL + META + F21 instead of just F21.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-keyboard.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 799cf02f93..02c31e2307 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -1264,6 +1264,13 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnVIA:pnK8N800:pvr* KEYBOARD_KEY_81=prog1 ########################################################### +# VIOS +########################################################### + +evdev:name:SIPODEV USB Composite Device:dmi:bvn*:bvr*:bd*:svnVIOS:pnLTH17:pvr* + KEYBOARD_KEY_70073=f21 # Touchpad toggle + +########################################################### # Zepto ########################################################### |