From 98fa828f6097bdd1a8bcf7e0a3f03a0823a5a8a1 Mon Sep 17 00:00:00 2001 From: James Buren Date: Tue, 6 Apr 2021 01:32:37 -0500 Subject: [PATCH 1/2] hwdb: 60-keyboard:: Add HP mt44 Mobile Thin Client hotkey quirks This enables all of the known hotkeys that were not working out of the box on my test unit. --- hwdb.d/60-keyboard.hwdb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 5485f892bb5..d584c512a3c 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -684,6 +684,16 @@ evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHP*ProBook*645*G4*:* KEYBOARD_KEY_73=slash # Slash key KEYBOARD_KEY_f8=wlan # Wireless HW switch button +# HP mt44 Mobile Thin Client +evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHP*mt44*Mobile*Thin*Client*:* + KEYBOARD_KEY_64=calendar # Calendar icon (Fn + F12) + KEYBOARD_KEY_6d=displaytoggle # Display icon + KEYBOARD_KEY_66=connect # Pickup phone button → connect → XF86Go + KEYBOARD_KEY_65=cancel # Hangup phone button → cancel → Cancel + KEYBOARD_KEY_81=f20 # Fn+F8; Microphone mute button, should be micmute + KEYBOARD_KEY_85=unknown # lid close; also reported via special evdev + KEYBOARD_KEY_f8=wlan # Wireless HW switch button + # HP Stream 7 # The ACPI tables contains a gpio-keys entry for a non connected GPIO # causing spurious events, map this to unknown to disable it From 5f6e4dc4f4fcd53df4e0c201c70941ecfd67380a Mon Sep 17 00:00:00 2001 From: James Buren Date: Tue, 6 Apr 2021 02:18:26 -0500 Subject: [PATCH 2/2] hwdb: 60-keyboard:: Add HP ProBook 455 G5 hotkey quirks This enables all of the known hotkeys that were not working out of the box on my test unit. --- 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 d584c512a3c..772004fe4d7 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -684,6 +684,11 @@ evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHP*ProBook*645*G4*:* KEYBOARD_KEY_73=slash # Slash key KEYBOARD_KEY_f8=wlan # Wireless HW switch button +# HP ProBook 455 G5 +evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHP*ProBook*455*G5*:* + KEYBOARD_KEY_85=unknown # lid close; also reported via special evdev + KEYBOARD_KEY_f8=wlan # Wireless HW switch button + # HP mt44 Mobile Thin Client evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHP*mt44*Mobile*Thin*Client*:* KEYBOARD_KEY_64=calendar # Calendar icon (Fn + F12)