From: David Herrmann Date: Wed, 14 Dec 2011 14:38:26 +0000 (+0100) Subject: Add K_OFF to vt-TODO X-Git-Tag: kmscon-7~1321 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb9089696e4fedd74711786c2a6f4cd6f4995322;p=platform%2Fupstream%2Fkmscon.git Add K_OFF to vt-TODO See https://github.com/dvdhrm/kmscon/pull/3 for a discussion of K_OFF in the VT subsystem. We cannot apply it now but we have to reconsider it when the input subsystem has been written. Signed-off-by: David Herrmann --- diff --git a/TODO b/TODO index ef5708c..0e3c7c8 100644 --- a/TODO +++ b/TODO @@ -41,3 +41,8 @@ Console Subsystem: want it. This would speed up our font-draw functions considerably as we would bypass pango if a glyph is already in the hash-table. + +VT Subsystem: + - Set KDSKBMODE to K_OFF to avoid getting input from the VT subsystem. This + also discards the VT-switch events so we should first implement our own + VT-switching mechanisms and then use this K_OFF switch.