From 0787e49774eb5556da47058ee22aa5081616b534 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 09:46:17 +0000 Subject: [PATCH 1/2] =?UTF-8?q?add=20README.md.=20Signed-off-by:=20?= =?UTF-8?q?=E8=B4=BE=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..d5167e3 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# +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 + +# Downloads +Source tarballs are available http://www.freedesktop.org/software/libevdev/ + -- Gitee From 69bd9a0c84b3247dcd308bac64201481b1aff7c5 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 09:50:27 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20README.md.=20Signed-off-by:=20?= =?UTF-8?q?=E8=B4=BE=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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d5167e3..038ca0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# +# 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. @@ -14,10 +14,10 @@ All released versions can be found at: https://www.freedesktop.org/software/libe # 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 -# Downloads -Source tarballs are available http://www.freedesktop.org/software/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/ \ No newline at end of file -- Gitee