Module Name:    xsrc
Committed By:   nia
Date:           Tue Sep 28 07:20:55 UTC 2021

Modified Files:
        xsrc/external/mit/xorg-server/dist/config: wscons.c

Log Message:
Switch to xf86-input-ws for mouse by default, to allow more advanced
input devices to Just Work.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xorg-server/dist/config/wscons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xorg-server/dist/config/wscons.c
diff -u xsrc/external/mit/xorg-server/dist/config/wscons.c:1.3 xsrc/external/mit/xorg-server/dist/config/wscons.c:1.4
--- xsrc/external/mit/xorg-server/dist/config/wscons.c:1.3	Mon Dec 31 09:49:59 2018
+++ xsrc/external/mit/xorg-server/dist/config/wscons.c	Tue Sep 28 07:20:54 2021
@@ -265,8 +265,8 @@ wscons_add_pointers(void)
             break;
         }
     }
-    /* Add a default entry catching all other mux elements as "mouse" */
-    wscons_add_pointer(WSCONS_MOUSE_PREFIX, "mouse", ATTR_POINTER);
+    /* Add a default entry catching all other mux elements as "ws" */
+    wscons_add_pointer(WSCONS_MOUSE_PREFIX, "ws", ATTR_POINTER);
 }
 
 int

Reply via email to