From 9946b0f1992780c48305c45c0935e560e5c77dc5 Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 7 Dec 2021 11:27:38 +0100 Subject: [PATCH] config/wscons: Always attach the "ws" driver for pointer devices, rather than "mouse". Both OpenBSD and NetBSD (the only downstream users of this code) are both patching in this currently. Signed-off-by: Nia Alarie --- config/wscons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wscons.c b/config/wscons.c index c0148f0e0..e9368be6a 100644 --- a/config/wscons.c +++ b/config/wscons.c @@ -253,8 +253,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 pointers */ + wscons_add_pointer(WSCONS_MOUSE_PREFIX, "ws", ATTR_POINTER); } int