Ticket #652 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

[PATCH] dfu-util - reset command doesn't take argument

Reported by: nick@… Owned by: werner@…
Priority: high Milestone:
Component: OE bitbake recipes / build system Version: current svn head
Severity: normal Keywords: VERIFIED
Cc: buglog@… Blocked By:
Blocking: Estimated Completion (week):
HasPatchForReview: PatchReviewResult:
Reproducible:

Description

Index: src/main.c
===================================================================
--- src/main.c (revision 2384)
+++ src/main.c (working copy)
@@ -314,7 +314,7 @@

{ "transfer-size", 1, 0, 't' },
{ "upload", 1, 0, 'U' },
{ "download", 1, 0, 'D' },

  • { "reset", 1, 0, 'R' },

+ { "reset", 0, 0, 'R' },

};

enum mode {

Change History

comment:1 Changed 6 years ago by mickey@…

  • Owner changed from mickey@… to werner@…

comment:2 Changed 6 years ago by laforge@…

  • Status changed from new to closed
  • Resolution set to fixed

fixed in svn rev 2808

comment:3 Changed 6 years ago by nick@…

  • Keywords VERIFIED added
Note: See TracTickets for help on using tickets.