mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
Enable KEY_PERFORMANCE key present on Linux 6.17
Note, this change does not require the kernel running on the host is equal or newer than 6.17. But systemd-udevd needs to be built with the kernel headers with KEY_PERFORMANCE, and the relevant kernel header is already updated by the previous commit.
This commit is contained in:
committed by
Yu Watanabe
parent
4dfadc90fd
commit
d5f65056ee
@@ -251,7 +251,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnNitro*ANV*15-51:pvr*
|
||||
|
||||
# Alienware/Dell reserves these keys; safe to apply on all their devices
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAlienware*:pn*:*
|
||||
KEYBOARD_KEY_68=!prog3 # Fn+f1 Performance mode toggle
|
||||
KEYBOARD_KEY_68=!performance # Fn+f1 Performance mode toggle
|
||||
KEYBOARD_KEY_81=touchpad_toggle # Touchpad toggle
|
||||
KEYBOARD_KEY_8a=ejectcd
|
||||
KEYBOARD_KEY_92=macro1 # Fn+f2
|
||||
@@ -396,7 +396,7 @@ evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:bvn*:bvr*:bd*:svncube:pni1-T
|
||||
###########################################################
|
||||
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pn*:*
|
||||
KEYBOARD_KEY_68=!prog2 # G-Mode (Dell-specific)
|
||||
KEYBOARD_KEY_68=!performance # G-Mode (Dell-specific)
|
||||
KEYBOARD_KEY_81=playpause # Play/Pause
|
||||
KEYBOARD_KEY_82=stopcd # Stop
|
||||
KEYBOARD_KEY_83=previoussong # Previous song
|
||||
|
||||
Reference in New Issue
Block a user