diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-20 13:39:08 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2000-01-20 13:39:08 +0000 |
| commit | 27d63c19163529e8b65a25852acec45a5b69aee8 (patch) | |
| tree | 9c736e067a0a39c0c2f261f2ff69747e70b5e9c6 /usr.sbin/moused | |
| parent | 7c6f57a384f21005955d61a2b386480b4009d3e4 (diff) | |
Notes
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 bc522cff4164..c521e962f2cd 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+ */ |
