sandbox: avoid duplicate backslash input
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Sep 2020 01:56:20 +0000 (03:56 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 6 Oct 2020 15:07:54 +0000 (09:07 -0600)
commit175e8322bcee64127a24acdac12c54f5ddb95f82
tree5223d6470418236d7ec5ea416fd62880ce11fff4
parentc4216219ec5accf831a02f51c37c73e5ad7f4b96
sandbox: avoid duplicate backslash input

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.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/cros-ec-keyboard.dtsi