From owner-p4-projects@FreeBSD.ORG Wed May 27 20:25:39 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DEA8F1065739; Wed, 27 May 2009 20:25:38 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88F941065694 for ; Wed, 27 May 2009 20:25:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 210138FC35 for ; Wed, 27 May 2009 20:25:37 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=jAwUbfdTuR0A:10 a=nO3yRLM7ncU1o5ZnqjgA:9 a=JamE-0yGi921FAry5CQEkPpg8CQA:4 a=qMJy3NMwFlOiIXI7:21 a=JTImSdAjsHoZ6L_h:21 Received: from [62.113.132.61] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1079035951; Wed, 27 May 2009 21:25:35 +0200 From: Hans Petter Selasky To: Sylvestre Gallon Date: Wed, 27 May 2009 21:29:38 +0200 User-Agent: KMail/1.9.7 References: <200905271656.n4RGuEgK056279@repoman.freebsd.org> In-Reply-To: <200905271656.n4RGuEgK056279@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200905272129.39606.hselasky@c2i.net> Cc: Perforce Change Reviews Subject: Re: PERFORCE change 162889 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 20:25:42 -0000 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