From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 28 10:31:58 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891BD16A4BF for ; Thu, 28 Aug 2003 10:31:58 -0700 (PDT) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FC943FDD for ; Thu, 28 Aug 2003 10:31:55 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2])h7SHVrIT043109 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 28 Aug 2003 19:31:53 +0200 (CEST) (envelope-from dirkx@webweaving.org) Date: Thu, 28 Aug 2003 19:31:53 +0200 (CEST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem To: "Daan Vreeken [PA4DAN]" In-Reply-To: <200308281915.44317.Danovitsch@Vitsch.net> Message-ID: <20030828193034.N71292-100000@foem> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Stuart Walsh cc: FreeBSD-Hackers@freebsd.org Subject: Re: Atmel USB Wireless devices X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 17:31:58 -0000 On Thu, 28 Aug 2003, Daan Vreeken [PA4DAN] wrote: > I have come very far in this process, but I am doing something wrong > with releasing the old descriptors... So at this moment I use a trick to > reset the device. After uploading the internal firmware I unplug the USB > connector just far enough for the data-lines to disconnect, but without > disconnecting the power-lines. After plugging the device back in the > kernel recognizes it again and uploads the external firmware. Once you have uploaded the firmware; is any of the vendor, product, or usb revision ID's different. If that is the case; you could use the /etc/usbd.conf trick; download the firmware - then rely on the v/p/r value to change and then pick it up as a new device with something else. Dw.