]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vt: defkeymap: Map keycodes above 127 to K_HOLE
authorMyrrh Periwinkle <myrrhperiwinkle@qtmlabs.xyz>
Wed, 2 Jul 2025 14:17:58 +0000 (21:17 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2025 16:53:56 +0000 (18:53 +0200)
commitb43cb4ff85da5cf29c4cd351ef1d7dd8210780f7
treeb031d5a49580a9f0e0e7688a8de2b5cd2ee25d3b
parentb1cc2092ea7a52e2c435aee6d2b1bcb773202663
vt: defkeymap: Map keycodes above 127 to K_HOLE

The maximum number of keycodes got bumped to 256 a very long time ago,
but the default keymaps were never adjusted to match. This is causing
the kernel to interpret keycodes above 127 as U+0000 if the shipped
generated keymap is used.

Fix this by mapping all keycodes above 127 to K_HOLE so the kernel
ignores them.

The contents of this patche were generated by rerunning `loadkeys
--mktable --unicode` and only including the changes to map keycodes
above 127 to K_HOLE.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Myrrh Periwinkle <myrrhperiwinkle@qtmlabs.xyz>
Cc: stable <stable@kernel.org>
Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250702-vt-misc-unicode-fixes-v1-2-c27e143cc2eb@qtmlabs.xyz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/defkeymap.c_shipped