On Tuesday 08 November 2011 17:24:33 Daniel Grech wrote: > Hi, > > I am trying to write a program that makes use of the USB_FS ioctl calls to > achieve it's functionality. Unfortunately I am encountering some > difficulties with these ioctl calls and am not exactly sure which call is > supposed to do what. Does anyone know of some resource which could help me > understand these calls better ? >
Hi, You can look at the VirtualBox and libusb sources for examples. I recommend to use libusb and not the USB_FS inteface directly. --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

