mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
keymap: Ignore brightness keys on Dell Inspiron 3505 to avoid double events
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user