Date: Mon, 8 Jun 2009 00:37:42 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-usb@freebsd.org Cc: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> Subject: Re: libhid is not run on 8-current and 7.2-RELEASE Message-ID: <200906080037.43588.hselasky@c2i.net> In-Reply-To: <20090606.075537.116369290.sanpei@sanpei.org> References: <20090606.075537.116369290.sanpei@sanpei.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 06 June 2009 00:55:37 MIHIRA Sanpei Yoshiro wrote: > Hi. > > I have USB Radio(*1). > > There is a application for channel selector, amfm.c which is > for linux and use libhid. > I compile it with ports/devel/libhid. But it was some errors > in 8-current and 7.2-RELEASE. > > How can I fix this problem? > > * amfm.c(amfm.c was based on shard USB Radio) > http://mixallow.blogdns.net/amfm/amfm.c > > *1 USB Radio (writtin in Japanese) > http://www.thanko.jp/usbamfmradio/ > > compile options for amfm.c > cc -o amfm -I/usr/local/include -L/usr/local/lib -lhid amfm.c > Hi, 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? --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906080037.43588.hselasky>