]> git.ipfire.org Git - people/ms/u-boot.git/commit
input: Add the keycode translation tables separately
authorSimon Glass <sjg@chromium.org>
Mon, 19 Oct 2015 03:17:13 +0000 (21:17 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:40 +0000 (20:13 -0700)
commit66877b0f5fc96906d70f1264b3b8102d2156360f
treef8f031613a60f517294918d270803d99e2e72487
parent92778b2784e15a1ac88d4cf64a12eee8163b221c
input: Add the keycode translation tables separately

Require the caller to add the keycode translation tables separately so that
it can select which ones to use. In a later patch we will add the option to
add German tables.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/kosagi/novena/novena.c
drivers/input/cros_ec_keyb.c
drivers/input/input.c
drivers/input/tegra-kbc.c
include/input.h