From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 19 Sep 2014 09:05:26 +0200 Subject: [U-Boot] [PATCH v2] usb: gadget: fastboot: improve download progress bar In-Reply-To: <1411107312-12461-1-git-send-email-voice.shen@atmel.com> References: <1411107312-12461-1-git-send-email-voice.shen@atmel.com> Message-ID: <201409190905.26330.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, September 19, 2014 at 08:15:12 AM, Bo Shen wrote: > When download is ongoing, if the actual size of one transfer > is not the same as BTYES_PER_DOT, which will cause the dot > won't print anymore. Then it will let the user thinking it > is stuck, actually it is transfering without dot printed. > > So, improve the method to show the progress bar (print dot). > > Signed-off-by: Bo Shen I didn't test it, but it looks OK: Acked-by: Marek Vasut Best regards, Marek Vasut