From owner-svn-src-head@FreeBSD.ORG Sat Feb 28 01:32:40 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 504F41065687; Sat, 28 Feb 2009 01:32:40 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9B28FC18; Sat, 28 Feb 2009 01:32:39 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 5B5AEFF6B; Sat, 28 Feb 2009 14:32:39 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rT0DT-Zhnt-q; Sat, 28 Feb 2009 14:32:35 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Sat, 28 Feb 2009 14:32:35 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 8E0141142F; Sat, 28 Feb 2009 14:32:35 +1300 (NZDT) Date: Fri, 27 Feb 2009 17:32:35 -0800 From: Andrew Thompson To: Rui Paulo Message-ID: <20090228013235.GB66920@citylink.fud.org.nz> References: <200902271727.n1RHRGr2076190@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189110 - in head: lib/libusb20 sys/dev/sound/usb sys/dev/usb sys/dev/usb/bluetooth sys/dev/usb/image sys/dev/usb/input sys/dev/usb/misc sys/dev/usb/serial sys/dev/usb/storage sys/sys u... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2009 01:32:40 -0000 On Sat, Feb 28, 2009 at 01:09:25AM +0000, Rui Paulo wrote: > > On 27 Feb 2009, at 17:27, Andrew Thompson wrote: >> /dev/usbctl = master device >> /dev/usb/0.1.0.5 = usb device, (...) >> /dev/ugen0.1 -> usb/0.1.0.0 = ugen link to ctrl endpoint > > I like this structure. Good work! I cant take the credit, it came from the musings of Ed and jhb.