diff options
author | Benjamin Berg <bberg@redhat.com> | 2019-03-08 17:42:23 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-03-14 09:32:07 +0100 |
commit | db7270962f80d10e02560c0357718ed612cd6963 (patch) | |
tree | d34fa215afc1a2edc2fe9bf228881a7c5899cab6 /hwdb | |
parent | man: mention that DynamicUser= should not be mixed with ReadWriteDirectory= o... (diff) | |
download | systemd-db7270962f80d10e02560c0357718ed612cd6963.tar.xz systemd-db7270962f80d10e02560c0357718ed612cd6963.zip |
hwdb: Fix airplane mode triggering when resuming HP Spectre x360 13
On these devices the key randomly fires during/after suspend/resume
triggering spurious airplane mode changes. The scancode simply needs to
be ignored.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-keyboard.hwdb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index f9ae0fe78c..94798009a8 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -500,7 +500,8 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHP*Pavilion*dv7*Notebook*PC: KEYBOARD_KEY_c6=break KEYBOARD_KEY_94=reserved -# Pavilion x360 13 (Prevents random airplane mode activation) +# Pavilion and 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*:pvr* evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pn*[pP][aA][vV][iI][lL][iI][oO][nN]*13*x360*:pvr* KEYBOARD_KEY_d7=unknown |