[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: |
Joerg Wunsch |
Subject: |
[avrdude-dev] [bug #40831] LUFA AVRISP-MKII fails with avrdude 6.0.1 |
Date: |
Wed, 12 Mar 2014 21:17:41 +0000 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36 |
Update of bug #40831 (project avrdude):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #1:
It's still not quite clear to me why this happens.
The statement you quoted is only supposed to trigger if the
read endpoint number (usb.rep) has not been set by the driver
before (== 0). An endpoint number of 0 is always reserved for
the control endpoint, and cannot be a data endpoint anyway.
Then, a (half-hearted) attempt is made inside usb_libusb.c to
pick the first data endpoint in the configuration that has the
"IN" direction bit (0x80) set, and this one is used for usb.rep.
(Arguably, this procedure still leaves a lot room for
improvements, yes.)
Can you please post a full USB descriptor from the LUFA
firmware?
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?40831>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [avrdude-dev] [bug #40831] LUFA AVRISP-MKII fails with avrdude 6.0.1,
Joerg Wunsch <=