5e4e586032
Resolves: RHEL-36276,RHEL-45020,RHEL-50672,RHEL-5950
38 lines
1.6 KiB
Diff
38 lines
1.6 KiB
Diff
From cc68e6cb63a4bd80967ec3e2cf68c30a1e7d9cbd Mon Sep 17 00:00:00 2001
|
|
From: beh_10257 <77834479+beh-10257@users.noreply.github.com>
|
|
Date: Tue, 26 Sep 2023 12:32:03 +0000
|
|
Subject: [PATCH] add support for hp pavilion gaming 15 lid switch (#29304)
|
|
|
|
Tested together with kernel patch: https://lore.kernel.org/linux-acpi/20230920130506.8595-1-hdegoede@redhat.com/
|
|
but the d7 key is still interpreted as a wlan key switch, so an hwdb update is needed.
|
|
|
|
Raw dmi:
|
|
|
|
dmi:bvnInsyde:bvrF.45:bd07/07/2023:br15.45:efr2.51:svnHP:pnHPPavilionGamingLaptop15-dk1xxx:pvrType1ProductConfigId:rvnHP:rn8742:rvr02.51:cvnHP:ct10:cvrChassisVersion:sku20T68EA#BH4::
|
|
|
|
Related to: https://github.com/systemd/systemd/issues/28942
|
|
|
|
(cherry picked from commit 5808300c442359aea1ad4c0d1eb3e7717673bd38)
|
|
|
|
Related: RHEL-5950
|
|
---
|
|
hwdb.d/60-keyboard.hwdb | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb
|
|
index f208cb9055..32252c6a10 100644
|
|
--- a/hwdb.d/60-keyboard.hwdb
|
|
+++ b/hwdb.d/60-keyboard.hwdb
|
|
@@ -609,6 +609,11 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO
|
|
KEYBOARD_KEY_d9=unknown
|
|
KEYBOARD_KEY_d2=sysrq # Fn+Print = SYSRQ
|
|
|
|
+# Pavilion gaming 15-dk1* (lid keys)
|
|
+evdev:atkbd:dmi:bvn*:bvr*:bd*:br*:efr*:svnHP:pnHPPavilionGamingLaptop15-dk1*:*
|
|
+ KEYBOARD_KEY_d7=unknown
|
|
+ KEYBOARD_KEY_d8=unknown
|
|
+
|
|
# Spectre x360 13 (Prevents random airplane mode activation)
|
|
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360*13*:*
|
|
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360Convertible*:*
|