On Tuesday 17 April 2012 17:18:01 Matthias Apitz wrote: > El día Tuesday, April 17, 2012 a las 04:53:24PM +0200, Hans Petter Selasky escribió: > > After: > > > > < ret = libusb_reset_device(dif->dev_handle); > > > > Try to add: > > > > libusb_set_configuration(dif->dev_handle, 1); > > Hi, > > Your code gets executed, I even added a sleep(2) after it, but the > problem remains: > > ... > Resetting USB... > doing libusb_set_configuration(dif->dev_handle, 1) > Opening USB Device... > No such Alternate Setting: "rootfs" >
Could you check if the libusb handle gets closed after reset? --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
