r1129 - trunk/src/host/dfu-util/src

laforge at sita.openmoko.org laforge at sita.openmoko.org
Mon Feb 26 04:24:24 CET 2007


Author: laforge
Date: 2007-02-26 04:24:24 +0100 (Mon, 26 Feb 2007)
New Revision: 1129

Modified:
   trunk/src/host/dfu-util/src/main.c
Log:
* if status is bad, retry 


Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c	2007-02-26 03:15:33 UTC (rev 1128)
+++ trunk/src/host/dfu-util/src/main.c	2007-02-26 03:24:24 UTC (rev 1129)
@@ -560,6 +560,7 @@
 			fprintf(stderr, "error clear_status: %s\n", usb_strerror());
 			exit(1);
 		}
+		goto status_again;
 		break;
 	case DFU_STATE_dfuDNLOAD_IDLE:
 	case DFU_STATE_dfuUPLOAD_IDLE:





More information about the commitlog mailing list