From 67939eded13e037b0d4a6738464ab5a6037239e9 Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Wed, 3 Mar 2021 11:41:15 -0800 Subject: Reformat README as Markdown Also reword a little to be more consistent with the evemu README. --- README | 19 ------------------- README.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 19 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 5d64ebd..0000000 --- a/README +++ /dev/null @@ -1,19 +0,0 @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbcc13b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +evtest — Kernel input device debugging +====================================== + +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