Author: ks156
Date: 2009-02-04 16:55:02 +0100 (Wed, 04 Feb 2009)
New Revision: 3559

Modified:
   firmware/tuxup/unix/trunk/main.c
Log:
* Removed a very annoying message when the dongle isn't in bootloader mode.


Modified: firmware/tuxup/unix/trunk/main.c
===================================================================
--- firmware/tuxup/unix/trunk/main.c    2009-02-04 14:21:47 UTC (rev 3558)
+++ firmware/tuxup/unix/trunk/main.c    2009-02-04 15:55:02 UTC (rev 3559)
@@ -456,7 +456,7 @@
     /* Check if the dongle is already in bootloader mode */
     log_info("Testing if the dongle is already in bootloader mode. "\
              "If it is not, 'no device present' will be reported.");
-    ret = system("dfu-programmer at89c5130 get bootloader-version");
+    ret = system("dfu-programmer at89c5130 get bootloader-version 2> /dev/null 
");
     /* If dfu-programmer didn't detect the dongle, we try to set it in
        bootloader mode with the specific command */
     if (ret)


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to