]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
keymap: Ignore brightness keys on Dell Inspiron 3505 to avoid double events
authorArmin Wolf <W_Armin@gmx.de>
Mon, 17 Nov 2025 03:02:28 +0000 (04:02 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Nov 2025 04:37:26 +0000 (13:37 +0900)
On the Dell Inspiron 3505 both the atkbd and acpi-video input devices report
an event for pressing the brightness up / down keys, resulting in user
space seeing double events and increasing / decreasing the brightness 2 steps
for each keypress.

Fix this by adding the device to the already existing list of Dell
devices that suffer from the same problem.

Signed-off-by: Armin Wolf <W_Armin@gmx.de>
hwdb.d/60-keyboard.hwdb

index 8b5bc775fd0e29080a7f75fcd305da5960c607fb..c2976deea41002eff18bc2d5e3c9d075cab79239 100644 (file)
@@ -444,6 +444,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pnInspiron11-3168:pvr*
 
 # Dell Inspiron 1520 and Latitude 2110
 evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pnInspiron*1520:*
+evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pnInspiron*3505:*
 evdev:atkbd:dmi:bvn*:bvr*:bd*:svnDell*:pnLatitude*2110:*
  KEYBOARD_KEY_85=unknown  # Brightness Down, also emitted by acpi-video, ignore
  KEYBOARD_KEY_86=unknown  # Brightness Up, also emitted by acpi-video, ignore