vt: refactor vc_ques to allow of other private sequences.
authorMartin Hostettler <textshell@uchuujin.de>
Sat, 15 Dec 2018 14:34:20 +0000 (15:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 12:52:41 +0000 (13:52 +0100)
commit2ff5c5a1dc6e6c502e0a3e49db4e792804e43693
tree95f356fe36dc6ffa2ab14d6ef12c385cdf375d76
parent17504fd7db0c6c32fda8c46ff42ddd871b259e54
vt: refactor vc_ques to allow of other private sequences.

The vc_ques keeps track if a csi sequence is a private DEC control
function beginning with '?'. Nowadays some private control functions
begin with '>' and '='. Switch the code to instead use a new 3-bit
vc_priv that allows for all private use parameter prefixes.

Signed-off-by: Martin Hostettler <textshell@uchuujin.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c
include/linux/console_struct.h