avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #40831] LUFA AVRISP-MKII fails with avrdude 6.0.1


From: Dean Camera
Subject: [avrdude-dev] [bug #40831] LUFA AVRISP-MKII fails with avrdude 6.0.1
Date: Sat, 13 Sep 2014 07:53:41 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]