lkml.org 
[lkml]   [2006]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH/RFC 2.6.16.5 1/1] usb/media/quickcam_messenger driver v2
On 5/15/06, Jaya Kumar <jayakumar.video@gmail.com> 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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-15 15:21    [W:0.175 / U:0.944 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site