diff options
author | yokota <yokota@FreeBSD.org> | 2000-01-24 10:26:46 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 2000-01-24 10:26:46 +0000 |
commit | 03d3e7d2bab979e0ffa6737fd31efc20b9413a7d (patch) | |
tree | eac99c114813ba710872f9cd252e4fa9533c1cea /usr.sbin/moused | |
parent | 5bef12b54eb3da002e5b2f34ca1209bfbfdb7daf (diff) | |
download | FreeBSD-src-03d3e7d2bab979e0ffa6737fd31efc20b9413a7d.zip FreeBSD-src-03d3e7d2bab979e0ffa6737fd31efc20b9413a7d.tar.gz |
Added the PnP ID for MouseSystems SmartScroll Mouse (serial mouse).
This mouse may be a OEM version of Genius EasyScroll Mouse.
(The mouse has three buttons on top, one side button and a wheel which
also acts as a button. However, I know no way to activate the wheel,
and it can only be used as an ordinary 3-buttons mouse :-)
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r-- | usr.sbin/moused/moused.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index c521e96..f487b5c 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -226,6 +226,8 @@ static symtab_t pnpprod[] = { { "MSH0004", MOUSE_PROTO_INTELLI, MOUSE_MODEL_INTELLI }, /* Genius PnP Mouse */ { "KYE0001", MOUSE_PROTO_MS, MOUSE_MODEL_GENERIC }, + /* MouseSystems SmartScroll Mouse (OEM from Genius?) */ + { "KYE0002", MOUSE_PROTO_MS, MOUSE_MODEL_EASYSCROLL }, /* Genius NetMouse */ { "KYE0003", MOUSE_PROTO_INTELLI, MOUSE_MODEL_NET }, /* Genius Kidspad, Easypad and other tablets */ |