mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
hwdb: Add key-mapping for GPIO-keys on HP stream 7 tablet (#11631)
The HP stream 7 ACPI tables contains a gpio-keys entry for a non connected GPIO causing spurious events, this commit maps this key to unknown to disable it. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=202279
This commit is contained in:
parent
a2ca57521b
commit
b8cd434d20
@ -618,6 +618,14 @@ 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 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
|
||||
# older kernels use "ev:23" newer kernels "ev:3"
|
||||
evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:*
|
||||
evdev:name:gpio-keys:phys:gpio-keys/input0:ev:23:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:*
|
||||
KEYBOARD_KEY_0=unknown
|
||||
|
||||
##########################################################
|
||||
# Huawei
|
||||
##########################################################
|
||||
|
Loading…
Reference in New Issue
Block a user