Re: [PATCH 4/5] cmd: allow disabling of timeout for password entry

2021-04-21 Thread Steffen Jaeckel
On 4/21/21 9:14 AM, Simon Glass wrote: > On Tue, 13 Apr 2021 at 10:16, Steffen Jaeckel > wrote: >> >> In case a user has to enter a complicated password it is sometimes >> desireable to give the user more time than the default timeout. >> Enabling this feature will disable the timeout entirely in

Re: [PATCH 4/5] cmd: allow disabling of timeout for password entry

2021-04-21 Thread Simon Glass
On Tue, 13 Apr 2021 at 10:16, Steffen Jaeckel wrote: > > In case a user has to enter a complicated password it is sometimes > desireable to give the user more time than the default timeout. > Enabling this feature will disable the timeout entirely in case the user > presses the key before

[PATCH 4/5] cmd: allow disabling of timeout for password entry

2021-04-12 Thread Steffen Jaeckel
In case a user has to enter a complicated password it is sometimes desireable to give the user more time than the default timeout. Enabling this feature will disable the timeout entirely in case the user presses the key before entering any other character. Signed-off-by: Steffen Jaeckel ---