Except for the API documentation, that'll stay on github for now until
I figure out where to put it (and have the space to put it in).
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tasks when dealing with evdev devices into a library and provides a library
interface to the callers, thus avoiding erroneous ioctls, etc.
-http://github.com/whot/libevdev
+git://git.freedesktop.org/git/libevdev
+http://cgit.freedesktop.org/libevdev/
**libevdev is currently in early stages of development. Use at your own risk**
Go here for the API documentation:
http://whot.github.io/libevdev/
+File bugs in the freedesktop.org bugzilla:
+https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
* @endcode
*
* A more complete example is available with the libevdev-events tool here:
- * https://github.com/whot/libevdev/blob/master/tools/libevdev-events.c
+ * http://cgit.freedesktop.org/libevdev/tree/tools/libevdev-events.c
*
* libevdev internal test suite
* ============================
* License information
* ===================
* libevdev is licensed under the
- * [X11 license](http://github.com/whot/libevdev/blob/master/COPYING).
+ * [X11 license](http://cgit.freedesktop.org/libevdev/tree/COPYING).
+ *
+ * Reporting bugs
+ * ==============
+ * Please report bugs in the freedesktop.org bugzilla under the libevdev product:
+ * https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev
*/
/**