[U-Boot] [PATCH v3 01/12] input: Support the German keymap

Simon Glass sjg at chromium.org
Sat Nov 14 03:04:09 CET 2015


On 11 November 2015 at 20:51, Bin Meng <bmeng.cn at gmail.com> wrote:
> Hi Simon,
>
> On Thu, Nov 12, 2015 at 1:05 AM, Simon Glass <sjg at 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 at chromium.org>
>> ---
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at 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.


More information about the U-Boot mailing list