From owner-svn-src-all@FreeBSD.ORG Sun Mar 1 20:22:30 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B19D4106566B; Sun, 1 Mar 2009 20:22:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 47ED88FC12; Sun, 1 Mar 2009 20:22:30 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n21KJG10005195; Sun, 1 Mar 2009 13:19:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 01 Mar 2009 13:19:37 -0700 (MST) Message-Id: <20090301.131937.1408561035.imp@bsdimp.com> To: thompsa@freebsd.org From: "M. Warner Losh" In-Reply-To: <20090301190359.GA56939@citylink.fud.org.nz> References: <200903011857.n21IvxIA051643@svn.freebsd.org> <20090301190359.GA56939@citylink.fud.org.nz> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 20:22:31 -0000 In message: <20090301190359.GA56939@citylink.fud.org.nz> Andrew Thompson writes: : 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. Excellent! In the mean time, users will be able to use this hint... Warner