On 12 November 2015 at 06:33, Bin Meng <bmeng...@gmail.com> wrote:
> When sending LED update command to an i8042 compatible keyboard,
> bit1 is 'Num Lock' and bit2 is 'Caps Lock' in the data byte. But
> input library defines bit1 as 'Caps Lock' and bit2 as 'Num Lock'.
> This causes a wrong LED to be set on an i8042 compatible keyboard.
> Change the LED state bits to be i8042 compatible, and change the
> keyboard flags as well.
>
> Signed-off-by: Bin Meng <bmeng...@gmail.com>
> ---
>
>  drivers/input/input.c | 6 +++---
>  include/input.h       | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

Acked-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to