
20 Mar
2023
20 Mar
'23
7:40 p.m.
Hi Bin,
On Mon, 20 Mar 2023 at 19:32, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Tue, Feb 21, 2023 at 3:49 AM Simon Glass sjg@chromium.org wrote:
If U-Boot is not the first-stage bootloader we should not init the keyboard, since it has already been done. Check for this.
But re-init does no harm, right?
Actually it causes the keyboard to fail on Brya (Felwinter), a Chromebook. It could be due to it having a numeric keypad.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/input/i8042.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-)
Regards, Simon