From owner-freebsd-usb@FreeBSD.ORG Wed Jan 7 10:10:02 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF82B1065675 for ; Wed, 7 Jan 2009 10:10:02 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 56C3C8FC0C for ; Wed, 7 Jan 2009 10:10:02 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=nklthdr5v5AUSfVrlghuJA==:17 a=6I5d2MoRAAAA:8 a=75t9EwOkiDLJOmSOnEgA:9 a=g-XpXkAt54BZUbXCBOUA:7 a=AKLx2Jf_QKEGapEcRA3JPOvrDLEA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.62] (account mc467741@c2i.net [62.113.132.62] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 125366800; Wed, 07 Jan 2009 11:10:00 +0100 From: Hans Petter Selasky To: Alexander Best Date: Wed, 7 Jan 2009 11:12:23 +0100 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901071112.24407.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: usb2 quirks 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: Wed, 07 Jan 2009 10:10:03 -0000 On Wednesday 07 January 2009, Alexander Best wrote: > instead of using usbconfig to add the quirks for my device i added them to > umass2.c and usb2_devid.h. with the changes the device works without any > problems. here's the dmesg output: > > > it would be nice to see the changes make it into HEAD. > Going into -current early next week. Currently your patches are available in P4: http://perforce.freebsd.org/chv.cgi?CH=155748 --HPS