commit | 011d89d6066592a67253df81905ace358968dacc | [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 | dcbf825714e27a4c39edcc36c7623b37bc40040a [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>