mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
hwdb: Fix keyboard backlight keys on Acer Nitro 5 AN515-58 (#39769)
Pressing Fn+F10 on Acer Nitro 5 AN515-58 incorrectly triggers display brightness down (scancode 0xef) instead of keyboard backlight control, causing the screen to go completely dark. Similarly, Fn+F9 (scancode 0xf0) has no function explictily stated in hwdb causing unknown keycode debug messages. Both keys should control the keyboard backlight as labeled on the keyboard. Map scancodes 0xef and 0xf0 to kbdillumup and kbdillumdown respectively to enable proper keyboard backlight control.
This commit is contained in:
@@ -237,6 +237,8 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnNitro*AN*515-47:pvr*
|
||||
|
||||
# Nitro AN515-58
|
||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnNitro*AN*515-58:pvr*
|
||||
KEYBOARD_KEY_ef=kbdillumup # Fn+F10
|
||||
KEYBOARD_KEY_f0=kbdillumdown # Fn+F9
|
||||
KEYBOARD_KEY_8a=micmute # Microphone mute button
|
||||
KEYBOARD_KEY_55=power
|
||||
|
||||
|
||||
Reference in New Issue
Block a user