From owner-freebsd-usb@FreeBSD.ORG Sun Nov 9 16:09:25 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0B11065690; Sun, 9 Nov 2008 16:09:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id 697E28FC1A; Sun, 9 Nov 2008 16:09:24 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MdMrz2CnUUkA:10 a=d6BVkb5LuPPVEe4iNQMLyA==:17 a=K57ehcWm55DzPhoCGXIA:9 a=seAdGuFaZuS5R1wP-zmYPBa6aakA:4 a=50e4U0PicR4A:10 Received: from [62.113.135.6] (account mc467741@c2i.net [62.113.135.6] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1043985679; Sun, 09 Nov 2008 17:09:22 +0100 From: Hans Petter Selasky To: Rink Springer Date: Sun, 9 Nov 2008 17:11:30 +0100 User-Agent: KMail/1.9.7 References: <20081109120257.GA78524@rink.nu> <200811091515.26123.hselasky@c2i.net> <20081109154722.GC78524@rink.nu> In-Reply-To: <20081109154722.GC78524@rink.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811091711.32260.hselasky@c2i.net> Cc: usb@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Patch to convert usb2 to use cdev X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2008 16:09:25 -0000 Hi Rick, > but why would you ever want to be able > to read/write the same endpoint from multiple processes? > The control endpoint is a special endpoint which is shared and might be accessed from multiple process. Else you are right that only one process should access and endpoint at a time. --HPS