commit | 84f8db6652d9761f4499e4d02945a3bf33a969f0 | [log] [tgz] |
---|---|---|
author | Marc Jones <marc.jones@chromium.org> | Thu Oct 11 15:15:52 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Oct 19 15:25:43 2012 -0700 |
tree | 7b432e9dc9e8c83b746001dcaed822798dd9151d | |
parent | 46d579c6b1d5a4447f02862107ca36af4092149a [diff] |
input: Fix i8042 keyboard reset The i8042 keyboard reset was not checking the results of the output buffer after the reset command. This can jam up some KBC/keyboards. Also, remove a write to the wrong register and the CONFIG setting around the incorrect write. Signed-off-by: Marc Jones <marc.jones@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com>