kmscon: add character-device session dummy
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 26 Oct 2012 16:08:35 +0000 (18:08 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 26 Oct 2012 16:08:35 +0000 (18:08 +0200)
commit2c5e9bff2b7ec12852cf0fc0d2731157d126c1a5
treefc2e34bf4e207cb37812f5a033446b3b958c4536
parenteaffe90061f3cd70e89868861cb9094b74b36657
kmscon: add character-device session dummy

If libfuse is available then kmscon is built with a new session type: cdev
This session creates a fake TTY char-dev via CUSE (which itself uses FUSE)
which then can be used by user-space as if it were a real VT.

This is still incomplete and does only support basic I/O, yet. But it
shows in what direction this is going.

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