diff options
author | yokota <yokota@FreeBSD.org> | 2000-01-20 13:39:08 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 2000-01-20 13:39:08 +0000 |
commit | 8a0116ed59e72b84a46e6f0cf076ec20c592218a (patch) | |
tree | 076894bf6fc2a6d1f28ed400e51a85e24d038328 /usr.sbin/moused | |
parent | abbbd5cfeafdb49af27ab497d4e586b76b4c5289 (diff) | |
download | FreeBSD-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.c | 2 |
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+ */ |