Re: [PATCH v5 5/8] common: allow disabling of timeout for password entry

2021-07-23 Thread Tom Rini
On Thu, Jul 08, 2021 at 03:57:37PM +0200, 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 befo

[PATCH v5 5/8] common: allow disabling of timeout for password entry

2021-07-08 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 Reviewed