uterm: add VT API
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 25 May 2012 07:45:20 +0000 (09:45 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 25 May 2012 07:45:20 +0000 (09:45 +0200)
commit233eb5c510d599760f5939938e97a2ab79ecf75b
tree50b891f33043cb8b7418741b9fc9a228ecc33d2e
parent68c6f68993cfc2fe74b4bd96d589b87207290f62
uterm: add VT API

The uterm VT API is designed to support new user-space implementations of
vt-master APIs. If we are on seat0 and CONFIG_VT is enabled, we use the
kernel VT API. In all other cases we currently simply fall back to a
non-op but will implement in the future dbus based APIs or similar to
support VT switching, that is multi-session, on all seats.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/uterm.h
src/uterm_vt.c [new file with mode: 0644]