Ticket #654 (closed enhancement: fixed)
[PATCH] dfu-util - transfer-size setting code rearranged
| Reported by: | nick@… | Owned by: | werner@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | OE bitbake recipes / build system | Version: | current svn head |
| Severity: | minor | Keywords: | VERIFIED |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
The piece of code that determines the transfer-size does a control request and
then checks whether it actually needs that information. The TAS1020B chip
doesn't have the descriptor and therefore rearranging the code and specifying
the transfer-size on the command line makes this work for me. It should not
break anything on other devices (unless they require you to request the
descriptor first, before you do anything, which sounds highly unlikely to me).
Attachments
Change History
Changed 6 years ago by nick@…
- Attachment dfu-util.patch added
Note: See
TracTickets for help on using
tickets.

Patch rearranging the transfer-size code