From owner-freebsd-usb@FreeBSD.ORG Fri Feb 27 01:14:40 2009 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 4018C106566C; Fri, 27 Feb 2009 01:14: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 03DB88FC0C; Fri, 27 Feb 2009 01:14: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 31E0AFF7F; Fri, 27 Feb 2009 14:14: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 vZjrsnfFr1t9; Fri, 27 Feb 2009 14:14:35 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 27 Feb 2009 14:14:35 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id C2D4E1142F; Fri, 27 Feb 2009 14:14:34 +1300 (NZDT) Date: Thu, 26 Feb 2009 17:14:34 -0800 From: Andrew Thompson To: current@freebsd.org, usb@freebsd.org Message-ID: <20090227011434.GA52500@citylink.fud.org.nz> References: <20090226020330.GC25211@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090226020330.GC25211@citylink.fud.org.nz> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: USB devfs patch 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: Fri, 27 Feb 2009 01:14:40 -0000 On Wed, Feb 25, 2009 at 06:03:30PM -0800, Andrew Thompson wrote: > Hi, > > > Below is a patch from Rink Springer to change the new USB stack to use > devfs device nodes. I have tested this with a usb mouse and I am hoping > people with other devices can test too, in particular scanners (sane > app) and lpt ports. The patch has been updated thanks to feedback http://people.freebsd.org/~thompsa/usb-cdevs2.diff It now uses d_open instead of d_fdopen, uses an updated /dev layout, and of course bugfixes. I plan to commit tomorrow. Andrew