From owner-svn-src-head@FreeBSD.ORG Sun Mar 1 19:04:04 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 D8D00106564A; Sun, 1 Mar 2009 19:04:04 +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 9827A8FC1B; Sun, 1 Mar 2009 19:04:04 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id EAB33FF96; Mon, 2 Mar 2009 08:04:03 +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 zJB4Q3f-rQ9G; Mon, 2 Mar 2009 08:03:59 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 2 Mar 2009 08:03:59 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 45AF31142F; Mon, 2 Mar 2009 08:03:59 +1300 (NZDT) Date: Sun, 1 Mar 2009 11:03:59 -0800 From: Andrew Thompson To: Warner Losh Message-ID: <20090301190359.GA56939@citylink.fud.org.nz> References: <200903011857.n21IvxIA051643@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903011857.n21IvxIA051643@svn.freebsd.org> 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: r189248 - head 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: Sun, 01 Mar 2009 19:04:05 -0000 On Sun, Mar 01, 2009 at 06:57:59PM +0000, Warner Losh wrote: > Author: imp > Date: Sun Mar 1 18:57:59 2009 > New Revision: 189248 > URL: http://svn.freebsd.org/changeset/base/189248 > > Log: > Add verbage about needing to remap libusb-0.1 to libusb20 to get old > programs to work with the new usb stack. FWIW stass is working on getting libusb foo put in the ports build at which stage there will be a proper symlink from libusb-0.1 to libusb20. Andrew