]> 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)
commitdb78d47d83003b1c300c177304c0478638ba3d9c
tree3bb037fdb9ba2c1b826124e9e8acb1ab3442076a
parent97ca03741ae2dbd57614e2bcd1d2199d41116fe6
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