On Wed, 30 May 2012, Xiaofan Chen wrote:
On Wed, May 30, 2012 at 10:31 PM, Jeremy C. Reed <reed%reedmedia.net@localhost> wrote:I built it with --enable-examples-build. How to use the examples? sunflower:examples$ ./listdevs sunflower:examples$ ./dpfp Could not find/open device sunflower:examples$ ./dpfp_threaded Could not find/open device The listdevs shows nothing.libusb-1.0 under OpenBSD/NetBSD use ugen, so only ugen device are supported.
One of the problems with libusb with NetBSD is that it cannot detach a driver and reattach ugen. So if uhid has attached, you are stuck with it.
-- Stephen