git: evdev - Change default mask to fix duplicate mouse movement events in X

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 28 14:12:21 PST 2022


commit 81a8d1db834714608ec1e598dadb28e8f6814764
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Nov 28 14:10:22 2022 -0800

    evdev - Change default mask to fix duplicate mouse movement events in X
    
    * Change the default mask from sysmouse + kbdmux to hw_mouse + hw_kbd,
      which makes it the same as FreeBSD.
    
    * Allows X to now autoconfigure evdev and not receive duplicate mouse
      movement events (really all events but X filters out the duplicate
      button and keyboard events already).

Summary of changes:
 sys/dev/misc/evdev/evdev.c | 8 ++++++++
 1 file changed, 8 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/81a8d1db834714608ec1e598dadb28e8f6814764


-- 
DragonFly BSD source repository


More information about the Commits mailing list