diff --git a/README.md b/README.md index 8679d35..7dec14f 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ http://whot.github.io/libevdev/ File bugs in the freedesktop.org bugzilla: https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev + +Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org +mailing list: +http://lists.freedesktop.org/mailman/listinfo/input-tools diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index ecc382f..32100fb 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -33,6 +33,10 @@ * the ioctls through type-safe interfaces and provides functions to change * the appearance of the device. * + * Development of libevdev is discussed on + * [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools) + * Please submit patches, questions or general comments there. + * * Handling events and SYN_DROPPED * =============================== *