From owner-freebsd-usb@FreeBSD.ORG Fri Jun 12 13:38:40 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 0B490106564A; Fri, 12 Jun 2009 13:38:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 66CA38FC18; Fri, 12 Jun 2009 13:38:39 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=wkuEMt-b5_cA:10 a=xI_TxUDFK_MA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=6I5d2MoRAAAA:8 a=sXqiulmA2aMAGT5knAQA:9 a=8TIy8-WAVmWez-1H_hAA:7 a=az3kdHb04QDBtED0ZMixTvEyV7kA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 868250153; Fri, 12 Jun 2009 15:38:38 +0200 From: Hans Petter Selasky To: MIHIRA Sanpei Yoshiro , Andrew Thompson Date: Fri, 12 Jun 2009 15:42:52 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906091703.35094.hselasky@c2i.net> <200906112253.02670.hselasky@c2i.net> <20090612.220217.257516061.sanpei@sanpei.org> In-Reply-To: <20090612.220217.257516061.sanpei@sanpei.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906121542.53738.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: libhid is not run on 8-current and 7.2-RELEASE 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, 12 Jun 2009 13:38:40 -0000 On Friday 12 June 2009 15:02:17 MIHIRA Sanpei Yoshiro wrote: > Hi. > > >Sorry for late reply. Can you try the following patch on 8-current, and > > report back? > > > >http://perforce.freebsd.org/chv.cgi?CH=164142 > > > >You have to download + replace the patched files. Then "make clean all > >install" in the libusb directory. > > > >There is no need to recompile your application. > > I apply the above patch to src/lib/libusb. > > I could control USB Radio!!. Thank you. > I will add ports collection. Hi, Andrew will get the patch in. The patch does not belong in the ports collection. 7.2-RELEASE uses a different USB library than 8.0-CURRENT. > > But 7.2-RELEASE still has another problem with this application. Will you > fix that problem?? No, I'm only fixing stuff in 8.0-current currently. --HPS