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?

cheers,
  Gerd

Reply via email to