tasks when dealing with evdev devices into a library and provides a library
interface to the callers, thus avoiding erroneous ioctls, etc.
-git://git.freedesktop.org/git/libevdev
-http://cgit.freedesktop.org/libevdev/
+git@gitlab.freedesktop.org:libevdev/libevdev.git
+https://gitlab.freedesktop.org/libevdev/libevdev.git
The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary.
Go here for the API documentation:
http://www.freedesktop.org/software/libevdev/doc/latest/
-File bugs in the freedesktop.org bugzilla:
-https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
+File bugs in the freedesktop.org GitLab instance:
+https://gitlab.freedesktop.org/libevdev/libevdev/issues/
Patches, questions and general comments should be submitted to the input-tools@lists.freedesktop.org
mailing list:
* ===========
* The git repository is available here:
*
- * - git://git.freedesktop.org/git/libevdev
- *
- * The git web interface is available here:
- *
- * - http://cgit.freedesktop.org/libevdev/
+ * - https://gitlab.freedesktop.org/libevdev/libevdev
*
* Development of libevdev is discussed on
* [input-tools@lists.freedesktop.org](http://lists.freedesktop.org/mailman/listinfo/input-tools).
* @endcode
*
* A more complete example is available with the libevdev-events tool here:
- * http://cgit.freedesktop.org/libevdev/tree/tools/libevdev-events.c
+ * https://gitlab.freedesktop.org/libevdev/libevdev/blob/master/tools/libevdev-events.c
*
* Backwards compatibility with older kernel
* =========================================
*
* Reporting bugs
* ==============
- * Please report bugs in the freedesktop.org bugzilla under the libevdev product:
- * https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
+ * Please report bugs in the freedesktop.org GitLab:
+ * https://gitlab.freedesktop.org/libevdev/libevdev/issues/
*/
/**