Print "usb" for MOUSE_IF_USB, rather than "unknown".

This commit is contained in:
Kazutaka YOKOTA 1999-02-28 09:18:57 +00:00
parent 1c4add1853
commit 5419aa3ecf
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: moused.c,v 1.23 1998/11/20 11:22:17 yokota Exp $";
"$Id: moused.c,v 1.24 1998/12/13 23:26:21 steve Exp $";
#endif /* not lint */
#include <err.h>
@ -168,6 +168,7 @@ static symtab_t rifs[] = {
{ "inport", MOUSE_IF_INPORT },
{ "ps/2", MOUSE_IF_PS2 },
{ "sysmouse", MOUSE_IF_SYSMOUSE },
{ "usb", MOUSE_IF_USB },
{ NULL, MOUSE_IF_UNKNOWN },
};