uvtd: add ctx subsystem
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 00:31:45 +0000 (01:31 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 5 Mar 2013 00:32:45 +0000 (01:32 +0100)
commitc56f5fcb4da83ac45fa5bccaad868c69b368290b
tree53cea9ec6a749b99f1c425028c17a6154ebbba7f
parente28c39c4fb5cfdba220fac525780e5bf15849bdf
uvtd: add ctx subsystem

The ctx subsystem manages the CDEV devices for each seat. It currently
allocates one manager device and a given number of legacy devices that can
be accessed via subdirectories.

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