diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-01 18:15:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-10-01 18:36:15 +0200 |
commit | d8b1d43758d2815a34b24ade858b98d4cbb048f6 (patch) | |
tree | bb6fde9249bf9160ebfce7c1151c00a37fa0c8ca /hwdb.d/60-keyboard.hwdb | |
parent | linux: import input.h and friends (diff) | |
download | systemd-d8b1d43758d2815a34b24ade858b98d4cbb048f6.tar.xz systemd-d8b1d43758d2815a34b24ade858b98d4cbb048f6.zip |
hwdb: make key map match comment for one laptop
No idea what the right fix is here, the commnt says "touchpad off" but
uses "f22" which is touchpad "on".
let's trust the comment, because it's more literal, and assume this was
a mistake.
Diffstat (limited to 'hwdb.d/60-keyboard.hwdb')
-rw-r--r-- | hwdb.d/60-keyboard.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 56bae850e1..038ce29da2 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -674,7 +674,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHP*Pavilion*dv7*Notebook*PC: # Pavilion 13 x360 (Tablet mode and SYSRQ key) evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO][nN]*13*x360*:* - KEYBOARD_KEY_d7=!f22 # touchpad off + KEYBOARD_KEY_d7=!f23 # touchpad off KEYBOARD_KEY_d9=unknown KEYBOARD_KEY_d2=sysrq # Fn+Print = SYSRQ |