Bug 124371
| Summary: | Intellimouse PS/2 disconnects cause erratic mouse behavior (KVM switch) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian "netdragon" Bober <netdragon> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:03:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Brian "netdragon" Bober
2004-05-26 01:01:17 UTC
if (psmouse->state == PSMOUSE_ACTIVATED &&
psmouse->pktcnt && time_after(jiffies, psmouse->last + HZ/2)) {
printk(KERN_WARNING "psmouse.c: %s at %s lost synchronization,
throwing %d bytes away.\n",
psmouse->name, psmouse->phys, psmouse->pktcnt);
psmouse->pktcnt = 0;
}
Should this part do a full mouse reset if the mouse is intellimouse? I
think that's what Windows does.
I see this problem using an optical Intellimouse and an ICS-124 KVM. Workaround for me is to add 'psmouse.proto=bare' to the kernel options when booting (or in grub.conf). FYI - I had the same issue w/ a Belkin Optical mouse setup as a Generic Wheel mouse. Adding the "'.proto=bare' to the kernel options when booting" seems to have resolved the issue. I had this same issue with RH 9 and I have to always run mouse-config -noui to get it back. Dupe of bug 111161? *** This bug has been marked as a duplicate of 111161 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |