Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: 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

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Jim Lin
On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-31 Thread Marek Vasut
Dear Jim Lin, On Fri, 2013-07-19 at 21:53 +0800, Marek Vasut wrote: Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is

[U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-19 Thread 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. Signed-off-by: Jim Lin ji...@nvidia.com --- Changes in v2: 1. Change configuration name from CONFIG_CTRLC_POLL_MS

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-19 Thread Wolfgang Denk
Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: 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. ... +#ifdef

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-19 Thread Jim Lin
On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: 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

Re: [U-Boot] [PATCH v7 2/2] console: usb: kbd: To improve TFTP booting performance

2013-07-19 Thread Marek Vasut
Dear Jim Lin, On Fri, 2013-07-19 at 19:17 +0800, Wolfgang Denk wrote: Dear Jim Lin, In message 1374226576-13401-2-git-send-email-ji...@nvidia.com you wrote: TFTP booting is slow when a USB keyboard is installed and stdin has usbkbd added. This fix is to change Ctrl-C polling for