9d027f0d2b
Resolves: RHEL-24340,RHEL-25515,RHEL-49810,RHEL-70884
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From 385756ed56a52c189d5378c2d509b615d3ee4aad Mon Sep 17 00:00:00 2001
|
|
From: Lennart Poettering <lennart@poettering.net>
|
|
Date: Tue, 1 Oct 2024 18:15:28 +0200
|
|
Subject: [PATCH] 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.
|
|
|
|
(cherry picked from commit d8b1d43758d2815a34b24ade858b98d4cbb048f6)
|
|
|
|
Resolves: RHEL-49810
|
|
---
|
|
hwdb.d/60-keyboard.hwdb | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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
|
|
|