[PATCH evemu] README: point to new input-tools mailing list

Peter Hutterer peter.hutterer at who-t.net
Tue Jul 23 16:28:49 PDT 2013


Now that we have a mailing list, might as well point to it.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 README.md | 33 +++++++++++++++++++++++++++------
 1 file changed, 27 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 0b1ecb9..4b4b812 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,39 @@ evemu - Kernel device emulation
 The evemu library and tools are used to describe devices, record
 data, create devices and replay data from kernel evdev devices.
 
-http://wiki.freedesktop.org/wiki/Evemu
-http://cgit.freedesktop.org/evemu/
+* http://wiki.freedesktop.org/wiki/Evemu
+* http://cgit.freedesktop.org/evemu/
 
-Please file patches in the freedesktop.org bugzilla at
-https://bugs.freedesktop.org/enter_bug.cgi?product=evemu
+Development
+-----------
+
+Discussions and development of evemu happens on the mailing list
+
+     input-tools at lists.freedesktop.org
+
+<http://lists.freedesktop.org/mailman/listinfo/input-tools>
+
+Please submit signed-off git-formatted patches with a subject prefix
+of "PATCH evemu" to this list. The prefix can be set up by running
+
+     git config --add format.subjectprefix "PATCH evemu"
+
+in the git repository.
+
+Bugs
+----
+
+Please report bugs in the bugzilla component at freedesktop.org
+
+<https://bugs.freedesktop.org/enter_bug.cgi?product=evemu>
 
-evemu produces two different data formats, one for the device description
-and one for the device event data. hex data is without a 0x prefix.
 
 Device Description Format
 -------------------------
 
+evemu produces two different data formats, one for the device description
+and one for the device event data. hex data is without a 0x prefix.
+
     # EVEMU 1.2
     # comments start with a # character and go to the end of the line
     N: <device name>
-- 
1.8.2.1



More information about the Input-tools mailing list