vt: keyboard, defkeymap.c_shipped, approach the unicode table
authorJiri Slaby <jslaby@suse.cz>
Tue, 5 Jan 2021 12:02:31 +0000 (13:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 15:17:31 +0000 (16:17 +0100)
commite81de384af9b8631f9e0679eecef32d57a7ad27d
treea1ce36330a2e35ed604569087af98fbe4423df96
parentf14e0394859def7a2e44c836194f628ae06ed411
vt: keyboard, defkeymap.c_shipped, approach the unicode table

Commit 5ce2087ed0eb (Fix default compose table initialization) fixed
unicode table so that the values are not sign extended. The upstream
(kbd package) chose a different approach. They use hexadecimal values.
So use the same, so that the output of loadkeys and our shipped file
correspond more to each other.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210105120239.28031-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/defkeymap.c_shipped