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

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 28 14:15:57 PST 2022


commit 642f1a4e7d8723012a82fe5448703185fa050594
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/642f1a4e7d8723012a82fe5448703185fa050594


-- 
DragonFly BSD source repository


More information about the Commits mailing list