On 6/9/08, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: > There will soon be a utility that can do this, so that you can run: > > usbconfig -u ugen0 -c 1 > > for example to select configuration index 1 for your device. Please note that > there will be one ugen device for every USB device present in the future! And > I'm in the future :-)
That would be great. In that case, you might want to look at the new libusb-1.0 and ported it to FreeBSD. The new libusb-1.0 supports isochronous transfer and asynchronous I/O. Right now it only works under Linux. It is under beta now but the API should be mostly stable alreay. http://www.reactivated.net/weblog/archives/2008/05/libusb-10-enters-beta/ http://libusb.sourceforge.net/api-1.0/ Xiaofan _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
