summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2000-01-20 13:39:08 +0000
committeryokota <yokota@FreeBSD.org>2000-01-20 13:39:08 +0000
commit8a0116ed59e72b84a46e6f0cf076ec20c592218a (patch)
tree076894bf6fc2a6d1f28ed400e51a85e24d038328 /usr.sbin/moused
parentabbbd5cfeafdb49af27ab497d4e586b76b4c5289 (diff)
downloadFreeBSD-src-8a0116ed59e72b84a46e6f0cf076ec20c592218a.zip
FreeBSD-src-8a0116ed59e72b84a46e6f0cf076ec20c592218a.tar.gz
Add the PnP ID for the Logitech Cordless MouseMan Wheel (serial
version).
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/moused.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index bc522cf..c521e96 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -232,6 +232,8 @@ static symtab_t pnpprod[] = {
{ "KYE0005", MOUSE_PROTO_KIDSPAD, MOUSE_MODEL_KIDSPAD },
/* Genius EZScroll */
{ "KYEEZ00", MOUSE_PROTO_MS, MOUSE_MODEL_EASYSCROLL },
+ /* Logitech Cordless MouseMan Wheel */
+ { "LGI8033", MOUSE_PROTO_INTELLI, MOUSE_MODEL_MOUSEMANPLUS },
/* Logitech MouseMan (new 4 button model) */
{ "LGI800C", MOUSE_PROTO_INTELLI, MOUSE_MODEL_MOUSEMANPLUS },
/* Logitech MouseMan+ */
OpenPOWER on IntegriCloud