summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused/moused.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-02-04 06:46:33 +0000
committerache <ache@FreeBSD.org>1998-02-04 06:46:33 +0000
commitdaf30b250483ac1e148474b4c120985031034b84 (patch)
tree1eae13471695ffbaf4c0ae2d564b4e8bc2dc881b /usr.sbin/moused/moused.c
parenta38d8f12010eca387e9ec54dec39f9039a857650 (diff)
downloadFreeBSD-src-daf30b250483ac1e148474b4c120985031034b84.zip
FreeBSD-src-daf30b250483ac1e148474b4c120985031034b84.tar.gz
Add Genius PnP Mouse (simple one)
Diffstat (limited to 'usr.sbin/moused/moused.c')
-rw-r--r--usr.sbin/moused/moused.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 6f458d1..ff74626 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.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+ */
OpenPOWER on IntegriCloud