Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 21:29:38 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Sylvestre Gallon <syl@freebsd.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 162889 for review
Message-ID:  <200905272129.39606.hselasky@c2i.net>
In-Reply-To: <200905271656.n4RGuEgK056279@repoman.freebsd.org>
References:  <200905271656.n4RGuEgK056279@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 27 May 2009, Sylvestre Gallon wrote:
> +=A0=A0=A0=A0=A0=A0=A0case LIBUSB_TRANSFER_TYPE_ISOCHRONOUS:
> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0/* what means frindex ? */
> +=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0libusb20_tr_setup_isoc(usb2=
0_xfer, xfer->buffer,
> xfer->length, 0);

Unlike in the kernel you need to specify the buffer+length pair for all=20
ISOCHRONOUS frames up to and including "max_frames-1".

In you code you have only setup one frame [index 0] .

=2D-HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905272129.39606.hselasky>