diff options
author | yokota <yokota@FreeBSD.org> | 1998-01-20 03:38:36 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1998-01-20 03:38:36 +0000 |
commit | a0e6b8c1d8059c8f5b89cc905cc1961d899843fd (patch) | |
tree | a4a72e8c82c8397a777beedd1f7268c721f2ad05 /usr.sbin/moused | |
parent | 43da2fbee4cbb36a509d9d8e0fd41e20955fbcab (diff) | |
download | FreeBSD-src-a0e6b8c1d8059c8f5b89cc905cc1961d899843fd.zip FreeBSD-src-a0e6b8c1d8059c8f5b89cc905cc1961d899843fd.tar.gz |
Add the PnP string for a Logitech serial mouse model.
Diffstat (limited to 'usr.sbin/moused')
-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 830cb55..6f458d1 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 }, |