
14 Nov
2015
14 Nov
'15
3:04 a.m.
On 11 November 2015 at 20:51, Bin Meng bmeng.cn@gmail.com wrote:
Hi Simon,
On Thu, Nov 12, 2015 at 1:05 AM, Simon Glass sjg@chromium.org wrote:
Add support for the German keymap, taken from i8042.c. This can be selected when the input library it initialised.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Bin Meng bmeng.cn@gmail.com
Please check one nits below.
Changes in v3:
- Refactor the German keyboard code to use data rather than code
Changes in v2:
- Update input_add_tables() to add error checking
board/kosagi/novena/novena.c | 2 +- drivers/input/cros_ec_keyb.c | 2 +- drivers/input/input.c | 109 ++++++++++++++++++++++++++++++++++++++----- drivers/input/tegra-kbc.c | 2 +- include/input.h | 3 +- 5 files changed, 102 insertions(+), 16 deletions(-)
Fixed nit and
Applied to u-boot-dm.