From da18c0cbfdc8e067ca4660c4135429c3041af302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E5=8C=97=E5=86=B5=E5=BD=92?= <2692032597@qq.com> Date: Fri, 17 Jun 2022 12:23:25 +0000 Subject: [PATCH] =?UTF-8?q?add=20README.md.=20Signed-off-by:=20=E8=B4=BE?= =?UTF-8?q?=E4=BD=B3=E8=B1=AA=20<2692032597@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07b5f46 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Introduction +libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. + +The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary. + +This wiki page is largely a placeholder, documentation about libevdev and examples are available in [the API documentation](https://www.freedesktop.org/software/libevdev/doc/latest/). + +# Releases +- stable: [1.11.0 - released Feb 01, 2021](https://lists.freedesktop.org/archives/input-tools/2021-February/001557.html) +- [API documentation[](https://www.freedesktop.org/software/libevdev/doc/latest/) + +# Older releases +All released versions can be found at: https://www.freedesktop.org/software/libevdev/ + +# git Repository +https://gitlab.freedesktop.org/libevdev/libevdev + +# Documentation +- For current and previous releases: http://www.freedesktop.org/software/libevdev/doc/ +- For current development version https://www.freedesktop.org/software/libevdev/doc/latest/ + +# Downloads +Source tarballs are available http://www.freedesktop.org/software/libevdev/ -- Gitee