diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-01-20 03:38:36 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-01-20 03:38:36 +0000 |
| commit | f17c00390e2cb4a0c809146556ec71501d7f0ceb (patch) | |
| tree | cfe74c1a13afebe1da6e09a3e0ab79dcbad13bad | |
| parent | 6c401d343fb59515fe6a280c0a07ca624f6c4809 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/moused/moused.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 830cb55853d5..6f458d115090 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -46,7 +46,7 @@ #ifndef lint static const char rcsid[] = - "$Id: moused.c,v 1.12 1997/12/15 02:57:45 yokota Exp $"; + "$Id: moused.c,v 1.13 1997/12/23 08:04:38 yokota Exp $"; #endif /* not lint */ #include <err.h> @@ -220,6 +220,8 @@ static symtab_t pnpprod[] = { { "LGI8050", MOUSE_PROTO_INTELLI, MOUSE_MODEL_MOUSEMANPLUS }, /* Logitech FirstMouse+ */ { "LGI8051", MOUSE_PROTO_INTELLI, MOUSE_MODEL_MOUSEMANPLUS }, + /* Logitech serial */ + { "LGI8001", MOUSE_PROTO_LOGIMOUSEMAN, MOUSE_MODEL_GENERIC }, /* MS bus */ { "PNP0F00", MOUSE_PROTO_BUS, MOUSE_MODEL_GENERIC }, |
