From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 15:51:50 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3758A106573E for ; Sun, 8 Feb 2009 15:51:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swipnet.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id BA5B68FC22 for ; Sun, 8 Feb 2009 15:51:49 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6I5d2MoRAAAA:8 a=4T-Uc1uzEQ4dSpD5hBUA:9 a=XOEfvOHfNL0zF9ZSYjOGe2QM5IAA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.198] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1020291818; Sun, 08 Feb 2009 16:51:47 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 8 Feb 2009 16:54:14 +0100 User-Agent: KMail/1.9.7 References: <1233732660.1767.30.camel@localhost> <20090208142843.3c5da278@fabiankeil.de> In-Reply-To: <20090208142843.3c5da278@fabiankeil.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902081654.14659.hselasky@c2i.net> Cc: Subject: Re: USB2 - libusb20 vs devel/libusb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 15:51:51 -0000 On Sunday 08 February 2009, Fabian Keil wrote: > Vladimir Grebenschikov wrote: > > I've tried libusb, looks like it works more or less. > > > > PS. I didn't try yet libgphoto2 (it also uses ugen directly). > > gphoto2 stopped working for me with the new USB code. > > I needed the pictures quickly so I just moved back to > the old code. I can retry and report more details if > someone is interested. > Hi, How did you try out the new USB code? Did you make sure that libusb0.1.x was mapped to libusb20 like described at http://wiki.freebsd.org/USB ? --HPS