Follow-up Comment #4, bug #40831 (project avrdude):
Since there is already a read endpoint fallback in usb_libusb.c:
if (fd->usb.rep == 0)
{
avrdude_message(MSG_INFO, "%s: usbdev_open(): cannot
find a read
endpoint, using 0x%02xn",
progname,
USBDEV_BULK_EP_READ_MKII);
fd->usb.rep = USBDEV_BULK_EP_READ_MKII;
}
Should we either set the usb.rep value to 0 in the upper tool layer, or
explicitly zero it out in the usb layer?
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?40831>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev