From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 27 Aug 2013 10:07:14 -0600 Subject: [U-Boot] [PATCH 1/1] console: usb: kbd: To fix slow TFTP booting In-Reply-To: <201308262151.02475.marex@denx.de> References: <1377519669-4723-1-git-send-email-jilin@nvidia.com> <201308262151.02475.marex@denx.de> Message-ID: <521CCEB2.3000102@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/26/2013 01:51 PM, Marek Vasut wrote: > Dear Jim Lin, > >> TFTP booting is slow when a USB keyboard is installed and >> stdin has usbkbd added. >> This fix is to change Ctrl-C polling for USB keyboard to every second >> when NET transfer is running. >> My previous patch is expected to be put into usb_kbd_testc(). But it went >> into usb_kbd_getc() after applied. >> This patch is to put change in correct place. > > Applied, thanks! For the record, I tested u-boot-usb/master commit c95e2b9 "console: usb: kbd: To fix slow TFTP booting", and it works for me, and solve the issue that this patch was trying to solve. Thanks.