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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html