From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 26 Aug 2013 21:51:02 +0200 Subject: [U-Boot] [PATCH 1/1] console: usb: kbd: To fix slow TFTP booting In-Reply-To: <1377519669-4723-1-git-send-email-jilin@nvidia.com> References: <1377519669-4723-1-git-send-email-jilin@nvidia.com> Message-ID: <201308262151.02475.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 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! Best regards, Marek Vasut