From a2a4904a8948a30d4d22e897e8fa0097b91c6d13 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 29 Aug 2013 07:22:16 +1000 Subject: Add a basic README This is mainly so we have a pointer to the input-tools list Signed-off-by: Peter Hutterer --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5d64ebd --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +Summary +======= +evtest is a tool to print evdev kernel events. It reads directly from the +kernel device and prints a device description and the events with the value +and the symbolic name. + +Usage: + evtest /dev/input/event0 + +Note: in most cases evtest needs to run as root to be able to read the +devices. + +For more information, see the evtest(1) man page. + + +Development +========== +Please send patches to input-tools@lists.freedesktop.org +http://lists.freedesktop.org/mailman/listinfo/input-tools -- cgit v1.2.3