]> git.baikalelectronics.ru Git - kernel.git/commit
Input: atkbd - receive and use physcode->keycode mapping from FW
authorRajat Jain <rajatja@google.com>
Tue, 28 Apr 2020 00:53:46 +0000 (17:53 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 28 Apr 2020 01:04:24 +0000 (18:04 -0700)
commit3572ffe3da4061cbcc79e3eb34d5a087e63e8937
tree3bb037fdb9ba2c1b826124e9e8acb1ab3442076a
parent5b25e408e597205240590f14d6a284444f8beb21
Input: atkbd - receive and use physcode->keycode mapping from FW

Allow the firmware to specify the mapping between the scan code and the
linux keycode. This takes the form of a "linux,keymap" property which is
an array of u32 values, each value specifying mapping for a key.

Signed-off-by: Rajat Jain <rajatja@google.com>
Link: https://lore.kernel.org/r/20200427210259.91330-3-rajatja@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/atkbd.c