On Sunday 18 October 2009 20:40:31 John Hay wrote: > > > io/hpmud/musb.c 1028: bulk_write failed buf=0xbfbfc93c size=8192 > > > len=-60:
Error -60 means that the transfer timed out. Maybe the timeout given by the driver is too strict. Try increasing the timeout, or change the usb_bulk_write() code into temporarily using no timeout, timeout=0. --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
