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.