Skip to content
Snippets Groups Projects
Commit 45fe668f authored by Louis Yung-Chieh Lo's avatar Louis Yung-Chieh Lo Committed by Tom Rini
Browse files

input: i8042: Provide feature to disable keyboard before booting kernel


The BIOS leaves the keyboard enabled during boot time so that any
keystroke would interfere kernel driver initialization.

Add a way to disable the keyboard to make sure no scancode will be
generated during the boot time. Note that the keyboard will be
re-enabled again after the kernel driver is up.

This code can be called from the board functions.
Signed-off-by: default avatarLouis Yung-Chieh Lo <yjlou@chromium.org>

Signed-off-by: default avatarLouis Yung-Chieh Lo <yjlou@chromium.org>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 48edb304
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment