Re: [U-Boot] [PATCH 2/6] input: Call keyboard's update_leds() method when the LEDs change

2015-11-13 Thread Simon Glass
Updated to fix build errors when CONFIG_DM_KEYBOARD is not enabled, and Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/6] input: Call keyboard's update_leds() method when the LEDs change

2015-11-12 Thread Simon Glass
On 12 November 2015 at 06:33, Bin Meng wrote: > We should request keyboard to turn on/off its LED when detecting > any changes on the LEDs. > > Signed-off-by: Bin Meng > --- > > drivers/input/input.c | 9 + > 1 file changed, 9 insertions(+)

[U-Boot] [PATCH 2/6] input: Call keyboard's update_leds() method when the LEDs change

2015-11-12 Thread Bin Meng
We should request keyboard to turn on/off its LED when detecting any changes on the LEDs. Signed-off-by: Bin Meng --- drivers/input/input.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/input/input.c b/drivers/input/input.c index 79edda5..0926de5