Re: [U-Boot] [PATCH 11/69] input: i8042: Make sure the keyboard is enabled

2016-03-10 Thread Bin Meng
Hi Simon, On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass wrote: > Add one more step into the init sequence. This fixes the keyboard on samus, > which otherwise does not work. > > Signed-off-by: Simon Glass > --- > > drivers/input/i8042.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --gi

[U-Boot] [PATCH 11/69] input: i8042: Make sure the keyboard is enabled

2016-03-06 Thread Simon Glass
Add one more step into the init sequence. This fixes the keyboard on samus, which otherwise does not work. Signed-off-by: Simon Glass --- drivers/input/i8042.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/i8042.c b/drivers/input/i8042.c index 661d7fd..12f8934 100644 -