]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i8042: Add keyboard enable logic in kbd_reset()
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:41 +0000 (09:29 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:49 +0000 (21:47 +0200)
commit508118e817e7ce431b0510b9de1961babf6182b3
tree6ca2441035f03daa64fbf6142dabeda3496c1038
parenta2fd4d0362a05419d38ff4946cf2e3de035ba9c2
i8042: Add keyboard enable logic in kbd_reset()

This code appears to be missing a piece that is needed on some keyboards
to enable the keyboard. Add this in.

This makes the keyboard work correctly on chromebook_link.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/input/i8042.c