Bugzilla – Attachment 69197 Details for
Bug 151719
Mouse stops working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
An experimental patch to show the cause of the problem
mouse-rescue.diff (text/plain), 437 bytes, created by
Vojtech Pavlik
on 2006-02-19 13:28:19 UTC
(
hide
)
Description:
An experimental patch to show the cause of the problem
Filename:
MIME Type:
Creator:
Vojtech Pavlik
Created:
2006-02-19 13:28:19 UTC
Size:
437 bytes
patch
obsolete
>diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c >--- a/drivers/usb/input/hid-core.c >+++ b/drivers/usb/input/hid-core.c >@@ -928,9 +928,7 @@ static void hid_irq_in(struct urb *urb, > case -EPERM: > case -ESHUTDOWN: /* unplug */ > case -EILSEQ: /* unplug timeout on uhci */ >- return; > case -ETIMEDOUT: /* NAK */ >- break; > default: /* error */ > warn("input irq status %d received", urb->status); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 151719
:
68959
|
68960
| 69197 |
69253
|
69695