From owner-freebsd-usb@FreeBSD.ORG Thu Jun 11 20:48:53 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 12A63106566B for ; Thu, 11 Jun 2009 20:48:53 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9CEFC8FC16 for ; Thu, 11 Jun 2009 20:48:52 +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=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=ZzhXsLmtS9tqEtKuCd8A:9 a=74uQHPbFc_Cxfn4HbG5Ts3iDSQ8A:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1087633995; Thu, 11 Jun 2009 22:48:49 +0200 From: Hans Petter Selasky To: MIHIRA Sanpei Yoshiro Date: Thu, 11 Jun 2009 22:53:01 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906080037.43588.hselasky@c2i.net> <200906091703.35094.hselasky@c2i.net> <20090610.073229.85408943.sanpei@sanpei.org> In-Reply-To: <20090610.073229.85408943.sanpei@sanpei.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906112253.02670.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: Thu, 11 Jun 2009 20:48:53 -0000 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. --HPS