request ehci-q.c patch be included in hardy
Carl Karsten
carl at personnelware.com
Wed Feb 27 20:27:14 UTC 2008
Project I am working on needs this patch:
diff -ur a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
--- a/drivers/usb/host/ehci-q.c 2008-02-11 00:51:11.000000000 -0500
+++ b/drivers/usb/host/ehci-q.c 2008-02-22 13:46:43.000000000 -0500
@@ -315,10 +315,10 @@
if (likely (last->urb != urb)) {
ehci_urb_done(ehci, last->urb, last_status);
count++;
+ last_status = -EINPROGRESS;
}
ehci_qtd_free (ehci, last);
last = NULL;
- last_status = -EINPROGRESS;
}
/* ignore urbs submitted during completions we reported */
> Signed-off-by: Misha Zhilin <[EMAIL PROTECTED]>
Acked-by: Alan Stern <[EMAIL PROTECTED]>
http://www.mail-archive.com/linux-usb@vger.kernel.org/msg01969.html
If there is anything else I can do, let me know.
Carl K
More information about the kernel-team
mailing list