commit | 175e8322bcee64127a24acdac12c54f5ddb95f82 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Sep 29 03:56:20 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 06 09:07:54 2020 -0600 |
tree | 5223d6470418236d7ec5ea416fd62880ce11fff4 | |
parent | c4216219ec5accf831a02f51c37c73e5ad7f4b96 [diff] |
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>