Re: [PATCH] vt: Add VC_MUTE (v2)

From: Alan Cox
Date: Tue Dec 11 2012 - 05:48:10 EST


> @@ -2068,13 +2097,18 @@ int vt_do_kdgkbmode(int console)
> return K_MEDIUMRAW;
> case VC_UNICODE:
> return K_UNICODE;
> - case VC_OFF:
> - return K_OFF;

Trying to work out why this change is made ?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/