On Friday 13 January 2012 10:29:18 Daniel Grech wrote: > Hi, > > does anybody know what the procedure for sending a zero length packet > through libusb on FreeBSD is ? > > Thanks in advance, > > Regards, > > Daniel
By writing zero bytes, you send a zero length packet. With the libusb20 API you can set a flag to optimise this case in the kernel instead. --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

