From owner-freebsd-usb@FreeBSD.ORG Fri Apr 20 14:03:10 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24910106564A for ; Fri, 20 Apr 2012 14:03:10 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id A91498FC1B for ; Fri, 20 Apr 2012 14:03:09 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 264486735; Fri, 20 Apr 2012 15:58:01 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 20 Apr 2012 15:57:01 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20120417100147.GA2557@tiny> <201204172158.36499.hselasky@c2i.net> <201204172205.43267.hselasky@c2i.net> In-Reply-To: <201204172205.43267.hselasky@c2i.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201204201557.01466.hselasky@c2i.net> Cc: Bruce Cran Subject: Re: dfu-util 0.5 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, 20 Apr 2012 14:03:10 -0000 On Tuesday 17 April 2012 22:05:43 Hans Petter Selasky wrote: > On Tuesday 17 April 2012 21:58:36 Hans Petter Selasky wrote: > > Hi Matthias, > > > > I reviewed the dfu-util code and there is a bug there with regard to > > libusb usage. > > > > Can you try the attached patch. It fixes a duplicate libusb open bug. > > > > --HPS > > Found a small bug. Try updated patch. > > --HPS Hi, You need to patch the latest git: git clone git://git.openezx.org/dfu-util.git And build that. --HPS