lkml.org 
[lkml]   [2010]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.33 bugs (USBFS, Intel graphic)


On Fri, 26 Feb 2010, Greg KH wrote:
>
> Yes, and that patch didn't touch the iso frames. That happens later on
> in the functions that were modified. The patch should not have had any
> affect on iso transfers. Unless I'm missing something?

Hmm. What seems to happen is that for an isochronous transfer, the buffer
is split for each microframe. No?

So the total length may be in 'urb->actual_length', but the actual data in
the buffer may not be contiguous, because it's created from multiple
smaller frames, some of which might not be full length?

I dunno. That would explain the problem - actual_length is correct, but
the 'copy_to_user()' still doesn't copy all the data, because it's
fragmented.

Linus


\
 
 \ /
  Last update: 2010-02-27 05:33    [W:0.056 / U:1.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site