On Mon, 28 Sep 2020 at 19:56, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > When using SDL for input the SDL key codes are first converted to Linux key > codes and then to matrix entries of the cross wired keyboard. > > We must not map any key code to two different places on the keyboard. So > comment out one backslash position. > > Update the rest of the file from Linux 5.7. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > arch/sandbox/dts/cros-ec-keyboard.dtsi | 20 +++++++++++++++----- > 1 file changed, 15 insertions(+), 5 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>