diff options
author | RussianNeuroMancer <russianneuromancer@ya.ru> | 2020-09-27 03:25:27 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-09-28 12:45:12 +0200 |
commit | 714fdbad84f4fe70f56c77c3d3677fae1cc94303 (patch) | |
tree | 91ea6f38b5b00cd8330a9b4e7e2306b6aff23d78 /hwdb.d/60-keyboard.hwdb | |
parent | core: move reset_arguments() to the end of main's finish (diff) | |
download | systemd-714fdbad84f4fe70f56c77c3d3677fae1cc94303.tar.xz systemd-714fdbad84f4fe70f56c77c3d3677fae1cc94303.zip |
Prevent triple reporting of rfkill button on HP Elite x2 1013 G3, plus five other hotkeys
1. rfkill hotkey is reported from three source: keyboard, Intel HID and HP Wireless hotkeys. Let's block first two.
2. Correct mapping for calendar, micmute, display and brightness hotkeys.
Diffstat (limited to 'hwdb.d/60-keyboard.hwdb')
-rw-r--r-- | hwdb.d/60-keyboard.hwdb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 855b98f70c..343f2cb7fd 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -541,6 +541,18 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pn*[sS][pP][eE][cC][tT][rR][eE]*x360Convert evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHP*:pnHPSpectrex360Convertible13*:pvr* KEYBOARD_KEY_82=f20 # Fn+F12; Microphone mute button, should be micmute +# HP Elite x2 1013 G3 +evdev:atkbd:dmi:bvn*:bvr*:svnHP*:pnHPElitex21013G3:* + KEYBOARD_KEY_f8=unknown # rfkill is also reported by HP Wireless hotkeys + KEYBOARD_KEY_64=calendar + KEYBOARD_KEY_81=f20 # Microphone mute button + KEYBOARD_KEY_ee=switchvideomode # Switch display outputs + KEYBOARD_KEY_92=brightnessdown + KEYBOARD_KEY_97=brightnessup + +evdev:name:Intel HID events:dmi:bvn*:bvr*:svnHP*:pnHPElitex21013G3:* + KEYBOARD_KEY_08=unknown # rfkill is also reported by HP Wireless hotkeys + # Elitebook evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*Compaq*:pvr* evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*EliteBook*:pvr* |