From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 13 Nov 2015 19:04:09 -0700 Subject: [U-Boot] [PATCH v3 01/12] input: Support the German keymap In-Reply-To: References: <1447261548-14304-1-git-send-email-sjg@chromium.org> <1447261548-14304-2-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11 November 2015 at 20:51, Bin Meng wrote: > Hi Simon, > > On Thu, Nov 12, 2015 at 1:05 AM, Simon Glass 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 >> --- >> > > Reviewed-by: Bin Meng > > 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.