tty/sysrq: Extend the sysrq_key_table to cover capital letters
authorAndrzej Pietrasiewicz <andrzej.p@collabora.com>
Tue, 18 Aug 2020 11:28:24 +0000 (13:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Oct 2020 12:56:06 +0000 (14:56 +0200)
commita27eb0cb4b2104461de1a1284059b3ac875e45b5
tree31615afcc85607db6f7729a431310e144713186c
parentfce3c5c1a2d9cd888f2987662ce17c0c651916b2
tty/sysrq: Extend the sysrq_key_table to cover capital letters

All slots in sysrq_key_table[] are either used, reserved or at least
commented with their intended use. This patch adds capital letter versions
available, which means adding 26 more entries.

For already existing SysRq operations the user presses Alt-SysRq-<key>, and
for the newly added ones Alt-Shift-SysRq-<key>.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://lore.kernel.org/r/20200818112825.6445-2-andrzej.p@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/admin-guide/sysrq.rst
drivers/gpu/drm/drm_fb_helper.c
drivers/tty/sysrq.c