xf86-input-evdev: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 9 23:26:32 UTC 2024


 src/evdev.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

New commits:
commit d893fc74d2521da3c5ef8cbe57a3e7c2e6c7c684
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Oct 9 14:33:05 2024 +1000

    Map some specific high keycodes into the FK20-23 range
    
    These mappings have been part of xkeyboard-config for over a decade and
    the likely reason they were introduced is that the corresponding evdev
    keycode is > 255.
    
    Let's forcibly remap those in the driver here so the rest of the system
    can switch to the real keycodes instead of having to map them to the
    whatever X expects.
    
    See https://github.com/systemd/systemd/pull/34325/
    
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-evdev/-/merge_requests/10>



More information about the xorg-commit mailing list