Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 242051 Details for
Bug 356901
[PATCH] PS/2 mouse out of sync after switching with KVM switch
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A patch to reconnect PS/2 mouse
linux-2.6.23-ps2mouse-reset-2.patch (text/plain), 917 bytes, created by
H.J. Lu
on 2007-10-29 16:29:22 UTC
(
hide
)
Description:
A patch to reconnect PS/2 mouse
Filename:
MIME Type:
Creator:
H.J. Lu
Created:
2007-10-29 16:29:22 UTC
Size:
917 bytes
patch
obsolete
>--- linux-2.6.23.x86_64/drivers/input/mouse/psmouse-base.c.reset 2007-10-09 13:31:38.000000000 -0700 >+++ linux-2.6.23.x86_64/drivers/input/mouse/psmouse-base.c 2007-10-26 23:27:55.000000000 -0700 >@@ -302,11 +302,11 @@ static irqreturn_t psmouse_interrupt(str > > if (psmouse->state == PSMOUSE_ACTIVATED && > psmouse->pktcnt && time_after(jiffies, psmouse->last + HZ/2)) { >- printk(KERN_INFO "psmouse.c: %s at %s lost synchronization, throwing %d bytes away.\n", >- psmouse->name, psmouse->phys, psmouse->pktcnt); >+ printk(KERN_INFO "psmouse.c: %s at %s lost synchronization, issuing reconnect request.\n", >+ psmouse->name, psmouse->phys); > psmouse->badbyte = psmouse->packet[0]; >- __psmouse_set_state(psmouse, PSMOUSE_RESYNCING); >- queue_work(kpsmoused_wq, &psmouse->resync_work); >+ __psmouse_set_state(psmouse, PSMOUSE_IGNORE); >+ serio_reconnect(psmouse->ps2dev.serio); > goto out; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 356901
: 242051