FYI PS/2 Mouse problems -- userland issue

Stephen Satchell (satch@fluent-access.com)
Tue, 21 Aug 2001 11:07:54 -0700


Last week I had asked about mouse problems. I have discovered the root
cause. This affects you if (1) you are using a KVM switch and (2) you have
a "wheel" mouse.

The problem is that sometime during system initialization the mouse is
being configured as a generic PS/2 mouse (no wheel). This works
fine...until you switch the mouse away from the system. Depending on the
KVM switch you are using, the mouse MAY reset itself into its native
mode. In the case of the Logitech wheel mice, this means that each mouse
event sends four codes instead of three. The X mouse support doesn't like
that very much. :)

This MAY be a kernel issue depending on where I locate the mouse
initialization code. If it is in the kernel, then there will need to be a
patch to allow the mouse to be re-initialized into the mode everyone expects.

Satch

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/