Bugzilla – Attachment 70930 Details for
Bug 146781
USB Mouse will not move
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
A cleaned patch
dipatch (text/plain), 458 bytes, created by
Vojtech Pavlik
on 2006-03-02 09:13:28 UTC
(
hide
)
Description:
A cleaned patch
Filename:
MIME Type:
Creator:
Vojtech Pavlik
Created:
2006-03-02 09:13:28 UTC
Size:
458 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 >@@ -927,8 +927,8 @@ static void hid_irq_in(struct urb *urb, > case -ENOENT: > case -EPERM: > case -ESHUTDOWN: /* unplug */ >- case -EILSEQ: /* unplug timeout on uhci */ > return; >+ case -EILSEQ: /* CRC error or failed urbs before unplug */ > case -ETIMEDOUT: /* NAK */ > break; > default: /* error */
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 146781
:
65797
|
66036
|
66091
|
70422
|
70614
| 70930