From owner-freebsd-stable@FreeBSD.ORG Thu May 5 06:21:48 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F9F16A4CE for ; Thu, 5 May 2005 06:21:48 +0000 (GMT) Received: from mrelay3.uni-hannover.de (mrelay3.uni-hannover.de [130.75.2.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D1043DA7 for ; Thu, 5 May 2005 06:21:47 +0000 (GMT) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2])j456Ld9e014212; Thu, 5 May 2005 08:21:40 +0200 (MEST) Received: by www.pmp.uni-hannover.de (Postfix, from userid 846) id D4B8216C; Thu, 5 May 2005 08:21:34 +0200 (CEST) Date: Thu, 5 May 2005 08:21:34 +0200 From: Gerrit =?iso-8859-1?Q?K=FChn?= To: Dan Nelson Message-ID: <20050505062134.GA62781@pmp.uni-hannover.de> References: <20050504121913.GA55308@pmp.uni-hannover.de> <20050504152857.GC49336@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050504152857.GC49336@dan.emsphone.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.2.2 (mrelay3.uni-hannover.de [130.75.2.41]); Thu, 05 May 2005 08:21:40 +0200 (MEST) X-Scanned-By: MIMEDefang 2.42 cc: freebsd-stable@freebsd.org Subject: Re: Trek Technology Thumbdrive 16MB X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 06:21:48 -0000 On Wed, May 04, 2005 at 10:28:57AM -0500, Dan Nelson wrote: > In the last episode (May 04), Gerrit Khn said: > > port 3 addr 2: full speed, power 40 mA, config 1, ThumbDrive(0x1111), Trek Technology(0x0a16), rev 1.00, device ugen0 > umass only attaches to devices it recognizes. There are entries for > both the thumbdrive and thumbdrive_8mb in usbdevs, but only the 8mb > version is in umass.c. Try copying the entry and changing > USB_PRODUCT_TREK_THUMBDRIVE_8MB to USB_PRODUCT_TREK_THUMBDRIVE, and see > if that works. I thought of that yesterday, too. New world and kernel are ready meanwhile (I did an complete update along with that), but I didn't have the time to install, reboot and try out so far. I'll do that later today and report here whether it works. Thanks for the hint. cu Gerrit --