From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 26 Jan 2013 18:04:07 +0100 Subject: [U-Boot] [PATCH 1/1 v3] console: USB: KBD: Fix incorrect autoboot timeout In-Reply-To: <20130126131425.243E62005C3@gemini.denx.de> References: <1359025555-15119-1-git-send-email-jilin@nvidia.com> <201301260417.54768.marex@denx.de> <20130126131425.243E62005C3@gemini.denx.de> Message-ID: <201301261804.07977.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 Wolfgang Denk, > Dear Marek Vasut, > > In message <201301260417.54768.marex@denx.de> you wrote: > > > Autoboot timeout defined by CONFIG_BOOTDELAY will not be accurate if > > > CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL are defined in > > > configuration file and when tstc() function for checking key pressed > > > takes longer time than 10 ms (e.g., 50 ms) to finish. > > > > > > Signed-off-by: Jim Lin > > > > Applied to u-boot-usb > > This is common code, and essentially unrelated to USB. It should go > through Tom, not through the USB repo. Either way is fine by me. Maybe the usb: tag should be removed then too. Best regards, Marek Vasut