commit | 708c831b735ed134ae12773774d3a750be3747c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 11 10:05:46 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:41 2015 -0700 |
tree | 235e6b27e160d8f030c81a36dc185ca628b6aad4 | |
parent | fa0a42a1ac5dc5cc6639c150b52983722914cf4b [diff] |
i8042: Handle a duplicate power-on-reset response Sometimes we seem to get 0xaa twice which causes the config read to fail. This causes chromebook_link to fail to set up the keyboard. Add a check for this and read the config again when detected. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>