Re: [U-Boot] [PATCH 11/28] i8042: Handle a duplicate power-on-reset response

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: > 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

[U-Boot] [PATCH 11/28] i8042: Handle a duplicate power-on-reset response

2015-09-08 Thread Simon Glass
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 --- drivers/input/i8042.c | 2 ++ 1 file changed, 2 insertions(+) diff