From 92de8f3f12408cf9758615d2616dcc550b38304a Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 31 Dec 2011 12:46:15 +0100 Subject: [PATCH] Add Ran Benita to authors list Signed-off-by: David Herrmann --- COPYING | 6 ++++++ README | 4 ++-- TODO | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index 421b38d..6e578b8 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,9 @@ += Authors = + +This software was written by: + David Herrmann + Ran Benita + = Copyright Notice = This software is licensed under the terms of the MIT license. Please see each diff --git a/README b/README index d0b61f0..3c809cd 100644 --- a/README +++ b/README @@ -36,9 +36,9 @@ console. my code to work with other terminal emulators. == Contact == - This software was written by: + This software is maintained by: David Herrmann - If you have any questions, do not hesitate to contact one of the developers. + If you have any questions, do not hesitate to contact one of the maintainers. == Code Base == The kmscon code is split into several independent subsystems: diff --git a/TODO b/TODO index 627b14e..b95126c 100644 --- a/TODO +++ b/TODO @@ -53,3 +53,7 @@ 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. + +Input Subsystem: + - Add simple blacklist based on device names to input subsystem to avoid adding + all devices.