Re: [U-Boot] [PATCH 1/6] input: Save keyboard's LED state to correct place

2015-11-13 Thread Simon Glass
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 1/6] input: Save keyboard's LED state to correct place

2015-11-12 Thread Simon Glass
On 12 November 2015 at 06:33, Bin Meng wrote: > Currently keyboard's LED state is wrongly saved to config->leds in > process_modifier(). It should really be config->flags. > > Signed-off-by: Bin Meng > --- > > drivers/input/input.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-b

[U-Boot] [PATCH 1/6] input: Save keyboard's LED state to correct place

2015-11-12 Thread Bin Meng
Currently keyboard's LED state is wrongly saved to config->leds in process_modifier(). It should really be config->flags. Signed-off-by: Bin Meng --- drivers/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/input.c b/drivers/input/input.c index bf1