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:
parent
bcee84c3e4
commit
9946b0f199
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue