r5961 - trunk/src/host/dfu-util/src

stefan at docs.openmoko.org stefan at docs.openmoko.org
Fri May 7 17:28:08 CEST 2010


Author: stefan
Date: 2010-05-07 17:28:07 +0200 (Fri, 07 May 2010)
New Revision: 5961

Modified:
   trunk/src/host/dfu-util/src/main.c
Log:
main: Explicit state that our current code only do DFU version 1.0

Inspired by Debian bug #569938:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569938

Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c	2010-05-04 18:11:14 UTC (rev 5960)
+++ trunk/src/host/dfu-util/src/main.c	2010-05-07 15:28:07 UTC (rev 5961)
@@ -438,6 +438,8 @@
 	printf("dfu-util - (C) 2007-2008 by OpenMoko Inc.\n"
 	       "This program is Free Software and has ABSOLUTELY NO WARRANTY\n\n");
 
+	printf("dfu-util does currently only support DFU version 1.0\n\n");
+
 	memset(dif, 0, sizeof(*dif));
 
 	usb_init();




More information about the commitlog mailing list