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)
commit9d17ad2369dcc9beda0785cf5960222dbdd6c9df
tree3bb037fdb9ba2c1b826124e9e8acb1ab3442076a
parent8f7b057abe283a4505747ea8275751479442de53
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