Re: [linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Greg KH
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

Re: [linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Alexey Dobriyan
On Sun, Sep 18, 2005 at 05:30:50PM -0400, Alan Stern wrote: > On Sun, 18 Sep 2005, Alexey Dobriyan wrote: > > drivers/usb/host/hc_crisv10.c: if (urb->transfer_flags & > > URB_ASYNC_UNLINK) { > > drivers/usb/host/hc_crisv10.c: /* If URB_ASYNC_UNLINK is set: > > drivers/usb/host/hc

Re: [linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Alan Stern
On Sun, 18 Sep 2005, Alexey Dobriyan wrote: > Perhaps, another press release to explain breakage of allmodconfig is > needed. > > drivers/usb/host/hc_crisv10.c:if (urb->transfer_flags & > URB_ASYNC_UNLINK) { > driver

[linux-usb-devel] URB_ASYNC_UNLINK b0rkage

2005-09-18 Thread Alexey Dobriyan
Perhaps, another press release to explain breakage of allmodconfig is needed. drivers/usb/host/hc_crisv10.c: if (urb->transfer_flags & URB_ASYNC_UNLINK) { drivers/usb/host/hc_crisv10.c: /* If URB_ASYNC_UNLINK is set: