From owner-freebsd-usb@FreeBSD.ORG Tue Jun 9 13:41:19 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 309EA1065676 for ; Tue, 9 Jun 2009 13:41:19 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id F12748FC29 for ; Tue, 9 Jun 2009 13:41:18 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from cherry.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id D85FD7A029; Tue, 9 Jun 2009 22:41:17 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by cherry.sanpei.org (8.14.3/8.13.8) with ESMTP id n59DfF9r087609; Tue, 9 Jun 2009 22:41:16 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Tue, 09 Jun 2009 22:41:15 +0900 (JST) Message-Id: <20090609.224115.35811802.sanpei@sanpei.org> To: hselasky@c2i.net From: MIHIRA Sanpei Yoshiro In-Reply-To: <200906080037.43588.hselasky@c2i.net> References: <20090606.075537.116369290.sanpei@sanpei.org> <200906080037.43588.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (cherry.sanpei.org [127.0.0.1]); Tue, 09 Jun 2009 22:41:17 +0900 (JST) 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: Tue, 09 Jun 2009 13:41:19 -0000 >If your application and the HID library is linked with libusb, it will work. >Can you check the source code for the HID library and find out what backend it >is using? I check latest 8-current enviroment. I think libhid uses /usr/lib/libusb. # ldd amfm amfm: libhid.so.0 => /usr/local/lib/libhid.so.0 (0x2808d000) libc.so.7 => /lib/libc.so.7 (0x2809a000) libusb.so.1 => /usr/lib/libusb.so.1 (0x281ad000) --- MIHIRA, Sanpei Yoshiro Tokyo, Japan.