On Mon, Sep 19, 2005 at 02:38:12AM +0400, Alexey Dobriyan wrote:
> > In my kernel tree, the st5481 source files don't include the lines you
> > show. What source version are you using?
>
> 23 hours ago:
>
> commit 61ffcafafb3d985e1ab8463be0187b421614775c
> Author: Karsten Keil <[email protected]>
> Date: Sat Sep 17 23:52:42 2005 +0200
>
> [PATCH] Fix ST 5481 USB driver
>
> The old driver was not fully adapted to new USB ABI and does not
> work.
>
> + in->urb[0]->transfer_flags |= URB_ASYNC_UNLINK;
> usb_unlink_urb(in->urb[0]);
> + in->urb[1]->transfer_flags |= URB_ASYNC_UNLINK;
> usb_unlink_urb(in->urb[1]);
And I already pointed out that this patch was wrong, and would cause
build errors...
thanks,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|