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 <nia@NetBSD.org>
This commit is contained in:
nia 2021-12-07 11:27:38 +01:00 committed by Povilas Kanapickas
parent bcee84c3e4
commit 9946b0f199

View File

@ -253,8 +253,8 @@ wscons_add_pointers(void)
break; break;
} }
} }
/* Add a default entry catching all other mux elements as "mouse" */ /* Add a default entry catching all other mux elements as pointers */
wscons_add_pointer(WSCONS_MOUSE_PREFIX, "mouse", ATTR_POINTER); wscons_add_pointer(WSCONS_MOUSE_PREFIX, "ws", ATTR_POINTER);
} }
int int