From owner-freebsd-usb@FreeBSD.ORG Tue Oct 30 13:45:12 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF13D570 for ; Tue, 30 Oct 2012 13:45:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 562B58FC0A for ; Tue, 30 Oct 2012 13:45:11 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 337103630; Tue, 30 Oct 2012 14:45:03 +0100 From: Hans Petter Selasky To: SAITOU Toshihide Subject: Re: isochronous transfer for UVC camera Date: Tue, 30 Oct 2012 14:46:43 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <20121030.000648.193690728.toshi@ruby.ocn.ne.jp> <201210301341.00350.hselasky@c2i.net> <20121030.223138.71086080.toshi@ruby.ocn.ne.jp> In-Reply-To: <20121030.223138.71086080.toshi@ruby.ocn.ne.jp> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210301446.43464.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 13:45:12 -0000 On Tuesday 30 October 2012 14:31:38 SAITOU Toshihide wrote: > Is this true about these functions below? Alternate setting is supported, though if the interface does not exist or has already the programmed alternate setting, it will simply do nothing. --HPS