Re: [U-Boot] [PATCH 4/6] input: Ban digit numbers if 'Num Lock' is not on

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 4/6] input: Ban digit numbers if 'Num Lock' is not on

2015-11-12 Thread Simon Glass
On 12 November 2015 at 06:33, Bin Meng wrote: > When 'Num Lock' is not on, we should not send these digit numbers > (0-9 and dot) to the output buffer. > > Signed-off-by: Bin Meng > --- > > drivers/input/input.c | 6 ++ > 1 file changed, 6

[U-Boot] [PATCH 4/6] input: Ban digit numbers if 'Num Lock' is not on

2015-11-12 Thread Bin Meng
When 'Num Lock' is not on, we should not send these digit numbers (0-9 and dot) to the output buffer. Signed-off-by: Bin Meng --- drivers/input/input.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/input.c b/drivers/input/input.c index