On 5/15/06, Jaya Kumar <[EMAIL PROTECTED]> wrote:
drivers/usb/media % egrep "urb->status.*=" *.c
<snip>
konicawc.c:        urb->status = 0;
se401.c:        urb->status=0;
stv680.c:       urb->status = 0;
usbvideo.c:     urb->status = 0;
w9968cf.c:      urb->status = 0;


I guess since usb_submit_urb also inits the iso_frame_descs, the
following would also need to be changed:

konicawc.c:                urb->iso_frame_desc[i].status = 0;
ov511.c:                        urb->iso_frame_desc[i].status = 0;
usbvideo.c:             urb->iso_frame_desc[i].status = 0;


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to