diff options
author | Leonard <32098074+leomonta@users.noreply.github.com> | 2024-06-01 04:29:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 04:29:42 +0200 |
commit | f3a02fc053690a123d4056e791cbf21f2420f7ce (patch) | |
tree | 81053f92fcf04cd381168f25bfeead94cef2c645 /hwdb.d/60-keyboard.hwdb | |
parent | meson: add static libs to libudev/libsystemd target aliases (diff) | |
download | systemd-f3a02fc053690a123d4056e791cbf21f2420f7ce.tar.xz systemd-f3a02fc053690a123d4056e791cbf21f2420f7ce.zip |
hwdb: added hwdb rules for micmute and power button on Acer Nitro AN 515-58 (#32867)
Diffstat (limited to 'hwdb.d/60-keyboard.hwdb')
-rw-r--r-- | hwdb.d/60-keyboard.hwdb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index abfcad60b0..bc44859867 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -231,6 +231,11 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnPredatorPHN16-71:* KEYBOARD_KEY_f5=prog1 # "predator sense" button KEYBOARD_KEY_66=micmute # Microphone mute button +# Nitro AN515-58 +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnNitro*AN*515-58:pvr* + KEYBOARD_KEY_8a=f20 # Microphone mute button + KEYBOARD_KEY_55=power + ########################################################### # Alienware ########################################################### |