Hi, On 11/01/2012 11:10 AM, Gerd Hoffmann wrote:
On 10/31/12 13:47, Hans de Goede wrote:+ if (p->combined) { + iov_to_buf(p->combined->iov.iov, p->combined->iov.niov, + 0, buf, size); + } else { + usb_packet_copy(p, buf, size); + }Should we make usb_packet_copy & friends aware of combined packets?
That sounds like something worth looking into, but can we please first get this merged as is, and then do that as a follow up patch? I'll put doing this on my to-do list. Thanks & Regards, Hans