Re: [U-Boot] [PATCH v3 03/12] input: Handle caps lock

2015-11-13 Thread Simon Glass
Applied to u-boot-dm. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 03/12] input: Handle caps lock

2015-11-12 Thread Bin Meng
On Thu, Nov 12, 2015 at 1:05 AM, Simon Glass wrote: > When caps lock is enabled we should convert lower case to upper case. Add > this to the input key processing so that caps lock works correctly. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > drivers/inp

[U-Boot] [PATCH v3 03/12] input: Handle caps lock

2015-11-11 Thread Simon Glass
When caps lock is enabled we should convert lower case to upper case. Add this to the input key processing so that caps lock works correctly. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/input/input.c | 13 - 1 file changed, 8 insertions(+), 5 dele