]> git.sur5r.net Git - u-boot/commit
input: Change LED state bits to conform i8042 compatible keyboard
authorBin Meng <bmeng.cn@gmail.com>
Thu, 12 Nov 2015 13:33:03 +0000 (05:33 -0800)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:42 +0000 (20:13 -0700)
commit377a06964370bd887ec15f77f3e4e179c27fe8b9
tree67ebd8fa33bb8dbf37324fdf94c3fce3130e87ab
parentcd810918fd638df4e91f232ec889896c6155440a
input: Change LED state bits to conform i8042 compatible keyboard

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.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/input/input.c
include/input.h