From owner-freebsd-current@FreeBSD.ORG Wed Feb 18 07:09:41 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16A6A106566B; Wed, 18 Feb 2009 07:09:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 4B78C8FC1A; Wed, 18 Feb 2009 07:09:40 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=alLys8lIAMYA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=LeH6XzfVAAAA:8 a=B3vYKI5NH0Pu5sZRWoAA:9 a=BErSo5_AH2QeOVcG6iYA:7 a=bNNTZTAhNDwJElQ85b00C3hNfSYA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1025453376; Wed, 18 Feb 2009 08:09:38 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org, Andrew Thompson Date: Wed, 18 Feb 2009 08:12:06 +0100 User-Agent: KMail/1.9.7 References: <1234936904.17001.108.camel@shumai.marcuscom.com> In-Reply-To: <1234936904.17001.108.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902180812.06702.hselasky@c2i.net> Cc: Joe Marcus Clarke Subject: Re: HEADS UP: usb2 support for hal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 07:09:41 -0000 On Wednesday 18 February 2009, Joe Marcus Clarke wrote: > I've completed working (at least for me) usb2 support for hal. I've > also fixed some hal bugs along the way. Before I commit this, please > try this out. I don't have a lot of hardware, but I was able to test > umass drive mounting in GNOME. If you have problems, refer to the HAL > FAQ at http://www.freebsd.org/gnome/docs/halfaq.html before reporting > them. > > http://www.marcuscom.com/downloads/hal_usb2.diff > > Joe The new functions in libusb20 required by HAL has not yet been committed to -current. I will see about getting it in soon. --HPS