From: Jan Engelhardt Date: Tue, 8 May 2007 07:38:03 +0000 (-0700) Subject: vt: allow for the palette to be exposed and changed via sysfs X-Git-Tag: upstream/snapshot3+hdmi~34281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c2bbe6a11ec7d1de114acfc8a6bf2821b0224a5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git vt: allow for the palette to be exposed and changed via sysfs Allow for the palette to be exposed and changed via sysfs. A call to /usr/bin/reset will slurp the new definitions in for the current console. Already posted at http://lkml.org/lkml/2006/1/15/149 Signed-off-by: Jan Engelhardt Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/vt.c b/drivers/char/vt.c index afd0046..4ef9a28 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c @@ -934,6 +934,10 @@ int default_grn[] = {0x00,0x00,0xaa,0x55,0x00,0x00,0xaa,0xaa, int default_blu[] = {0x00,0x00,0x00,0x00,0xaa,0xaa,0xaa,0xaa, 0x55,0x55,0x55,0x55,0xff,0xff,0xff,0xff}; +module_param_array(default_red, int, NULL, S_IRUGO | S_IWUSR); +module_param_array(default_grn, int, NULL, S_IRUGO | S_IWUSR); +module_param_array(default_blu, int, NULL, S_IRUGO | S_IWUSR); + /* * gotoxy() must verify all boundaries, because the arguments * might also be negative. If the given position is out of