Switch to the xf86-input-ws input driver for mouse by default.

ok shadchin@.
This commit is contained in:
matthieu 2012-01-08 17:15:52 +00:00
parent 6de1c98f99
commit d253c9004d

View File

@ -260,8 +260,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