From owner-freebsd-usb@FreeBSD.ORG Fri Jun 2 20:00:50 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5866E16A444 for ; Fri, 2 Jun 2006 20:00:50 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail45.e.nsc.no (mail45.e.nsc.no [193.213.115.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id B018843D46 for ; Fri, 2 Jun 2006 20:00:49 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-10195.bb.online.no [85.165.231.211]) by mail45.nsc.no (8.13.6/8.13.5) with ESMTP id k52K0lKR024023; Fri, 2 Jun 2006 22:00:48 +0200 (CEST) From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Fri, 2 Jun 2006 22:00:25 +0200 User-Agent: KMail/1.7 References: <200606022153.30197.sebastien.bourdeauducq@gmail.com> In-Reply-To: <200606022153.30197.sebastien.bourdeauducq@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606022200.26373.hselasky@c2i.net> Cc: Subject: Re: eagleflash problem on 6.x 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, 02 Jun 2006 20:00:51 -0000 On Friday 02 June 2006 21:53, SebastienB wrote: > Hello, > > When I run eagleflash (from http://damien.bergamini.free.fr/ueagle/) under > FreeBSD 6.x, the firmware seems properly uploaded and the modem disconnects > for USB re-enumeration, but it never comes back. It works correctly with > FreeBSD 5.x. > > I think this is a FreeBSD USB bug ; I have reimplemented eagleflash with > libusb and the problem is the same (and my reimplementation worked out of > the box under Linux on the same computer). Do you have a fix or workaround > ? Have you tried with my USB driver: http://www.turbocat.net/~hselasky/usb4bsd --HPS