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 317864 Details for
Bug 432945
i8042 mouse fails in virtualized environment (between 2.6.18-8.el5 and 2.6.18-53.1.13.el5)
[?]
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]
Proposed fix for bug 450918 --- does NOT fix the bug
linux-2.6-input-i8042-flush.patch (text/plain), 669 bytes, created by
Markus Armbruster
on 2008-09-27 11:46:52 UTC
(
hide
)
Description:
Proposed fix for bug 450918 --- does NOT fix the bug
Filename:
MIME Type:
Creator:
Markus Armbruster
Created:
2008-09-27 11:46:52 UTC
Size:
669 bytes
patch
obsolete
>diff -up linux-2.6.18.noarch/drivers/input/serio/i8042.c~ linux-2.6.18.noarch/drivers/input/serio/i8042.c >--- linux-2.6.18.noarch/drivers/input/serio/i8042.c~ 2008-09-25 14:21:50.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/input/serio/i8042.c 2008-09-25 14:27:36.000000000 -0400 >@@ -392,6 +392,8 @@ static irqreturn_t i8042_interrupt(int i > > static int i8042_enable_kbd_port(void) > { >+ i8042_flush(); >+ > i8042_ctr &= ~I8042_CTR_KBDDIS; > i8042_ctr |= I8042_CTR_KBDINT; > >@@ -409,6 +411,8 @@ static int i8042_enable_kbd_port(void) > > static int i8042_enable_aux_port(void) > { >+ i8042_flush(); >+ > i8042_ctr &= ~I8042_CTR_AUXDIS; > i8042_ctr |= I8042_CTR_AUXINT; >
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 432945
:
315679
| 317864