Add Genius PnP Mouse (simple one)

This commit is contained in:
Andrey A. Chernov 1998-02-04 06:46:33 +00:00
parent 346ebe5115
commit 4b6860cf1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33074

View File

@ -46,7 +46,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: moused.c,v 1.13 1997/12/23 08:04:38 yokota Exp $";
"$Id: moused.c,v 1.14 1998/01/20 03:38:36 yokota Exp $";
#endif /* not lint */
#include <err.h>
@ -210,10 +210,12 @@ static symtab_t pnpprod[] = {
{ "MSH0001", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI },
/* MS IntelliMouse TrackBall */
{ "MSH0004", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI },
/* Genius EZScroll */
{ "KYEEZ00", MOUSE_PROTO_MS, MOUSE_MODEL_EASYSCROLL },
/* Genius PnP Mouse */
{ "KYE0001", MOUSE_PROTO_MS, MOUSE_MODEL_GENERIC },
/* Genius NetMouse */
{ "KYE0003", MOUSE_PROTO_INTELLI, MOUSE_MODEL_NET },
/* Genius EZScroll */
{ "KYEEZ00", MOUSE_PROTO_MS, MOUSE_MODEL_EASYSCROLL },
/* Logitech MouseMan (new 4 button model) */
{ "LGI800C", MOUSE_PROTO_INTELLI, MOUSE_MODEL_MOUSEMANPLUS },
/* Logitech MouseMan+ */