request ehci-q.c patch be included in hardy
Stefan Bader
stefan.bader at canonical.com
Wed Feb 27 21:26:06 UTC 2008
Carl Karsten wrote:
> 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
>
Since that was even considered for .24 stable release, it will come in
that way. However, I'd like to wait for this to hit upstream.
Stefan
More information about the kernel-team
mailing list