Import libgpiod_2.2.1.orig.tar.xz
authorGavin Lai (賴建宇) <gavin09@gmail.com>
Thu, 20 Feb 2025 14:54:11 +0000 (22:54 +0800)
committerGavin Lai (賴建宇) <gavin09@gmail.com>
Thu, 20 Feb 2025 14:54:11 +0000 (22:54 +0800)
commit934410ddd0eac82509d797c6bf1493e43ad16971
tree445f69c8cf2709e12aea4e6b0407e132d428de29
Import libgpiod_2.2.1.orig.tar.xz

[dgit import orig libgpiod_2.2.1.orig.tar.xz]
502 files changed:
COPYING [new file with mode: 0644]
LICENSES/Apache-2.0.txt [new file with mode: 0644]
LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
LICENSES/CC-BY-SA-4.0.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
LICENSES/GPL-2.0-only.txt [new file with mode: 0644]
LICENSES/GPL-2.0-or-later.txt [new file with mode: 0644]
LICENSES/LGPL-2.1-or-later.txt [new file with mode: 0644]
LICENSES/Linux-syscall-note.txt [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
autostuff/ar-lib [new file with mode: 0755]
autostuff/compile [new file with mode: 0755]
autostuff/config.guess [new file with mode: 0755]
autostuff/config.sub [new file with mode: 0755]
autostuff/depcomp [new file with mode: 0755]
autostuff/install-sh [new file with mode: 0755]
autostuff/ltmain.sh [new file with mode: 0755]
autostuff/missing [new file with mode: 0755]
bindings/Makefile.am [new file with mode: 0644]
bindings/Makefile.in [new file with mode: 0644]
bindings/cxx/Makefile.am [new file with mode: 0644]
bindings/cxx/Makefile.in [new file with mode: 0644]
bindings/cxx/chip-info.cpp [new file with mode: 0644]
bindings/cxx/chip.cpp [new file with mode: 0644]
bindings/cxx/edge-event-buffer.cpp [new file with mode: 0644]
bindings/cxx/edge-event.cpp [new file with mode: 0644]
bindings/cxx/examples/Makefile.am [new file with mode: 0644]
bindings/cxx/examples/Makefile.in [new file with mode: 0644]
bindings/cxx/examples/async_watch_line_value.cpp [new file with mode: 0644]
bindings/cxx/examples/find_line_by_name.cpp [new file with mode: 0644]
bindings/cxx/examples/get_chip_info.cpp [new file with mode: 0644]
bindings/cxx/examples/get_line_info.cpp [new file with mode: 0644]
bindings/cxx/examples/get_line_value.cpp [new file with mode: 0644]
bindings/cxx/examples/get_multiple_line_values.cpp [new file with mode: 0644]
bindings/cxx/examples/reconfigure_input_to_output.cpp [new file with mode: 0644]
bindings/cxx/examples/toggle_line_value.cpp [new file with mode: 0644]
bindings/cxx/examples/toggle_multiple_line_values.cpp [new file with mode: 0644]
bindings/cxx/examples/watch_line_info.cpp [new file with mode: 0644]
bindings/cxx/examples/watch_line_rising.cpp [new file with mode: 0644]
bindings/cxx/examples/watch_line_value.cpp [new file with mode: 0644]
bindings/cxx/examples/watch_multiple_line_values.cpp [new file with mode: 0644]
bindings/cxx/exception.cpp [new file with mode: 0644]
bindings/cxx/gpiod.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/Makefile.am [new file with mode: 0644]
bindings/cxx/gpiodcxx/Makefile.in [new file with mode: 0644]
bindings/cxx/gpiodcxx/chip-info.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/chip.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/edge-event-buffer.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/edge-event.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/exception.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/info-event.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/line-config.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/line-info.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/line-request.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/line-settings.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/line.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/misc.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/request-builder.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/request-config.hpp [new file with mode: 0644]
bindings/cxx/gpiodcxx/timestamp.hpp [new file with mode: 0644]
bindings/cxx/info-event.cpp [new file with mode: 0644]
bindings/cxx/internal.cpp [new file with mode: 0644]
bindings/cxx/internal.hpp [new file with mode: 0644]
bindings/cxx/libgpiodcxx.pc.in [new file with mode: 0644]
bindings/cxx/line-config.cpp [new file with mode: 0644]
bindings/cxx/line-info.cpp [new file with mode: 0644]
bindings/cxx/line-request.cpp [new file with mode: 0644]
bindings/cxx/line-settings.cpp [new file with mode: 0644]
bindings/cxx/line.cpp [new file with mode: 0644]
bindings/cxx/misc.cpp [new file with mode: 0644]
bindings/cxx/request-builder.cpp [new file with mode: 0644]
bindings/cxx/request-config.cpp [new file with mode: 0644]
bindings/cxx/tests/Makefile.am [new file with mode: 0644]
bindings/cxx/tests/Makefile.in [new file with mode: 0644]
bindings/cxx/tests/check-kernel.cpp [new file with mode: 0644]
bindings/cxx/tests/gpiod-cxx-test-main.cpp [new file with mode: 0644]
bindings/cxx/tests/gpiosim.cpp [new file with mode: 0644]
bindings/cxx/tests/gpiosim.hpp [new file with mode: 0644]
bindings/cxx/tests/helpers.cpp [new file with mode: 0644]
bindings/cxx/tests/helpers.hpp [new file with mode: 0644]
bindings/cxx/tests/tests-chip-info.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-chip.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-edge-event.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-info-event.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line-config.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line-info.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line-request.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line-settings.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-line.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-misc.cpp [new file with mode: 0644]
bindings/cxx/tests/tests-request-config.cpp [new file with mode: 0644]
bindings/glib/Makefile.am [new file with mode: 0644]
bindings/glib/Makefile.in [new file with mode: 0644]
bindings/glib/chip-info.c [new file with mode: 0644]
bindings/glib/chip.c [new file with mode: 0644]
bindings/glib/edge-event.c [new file with mode: 0644]
bindings/glib/error.c [new file with mode: 0644]
bindings/glib/examples/Makefile.am [new file with mode: 0644]
bindings/glib/examples/Makefile.in [new file with mode: 0644]
bindings/glib/examples/find_line_by_name_glib.c [new file with mode: 0644]
bindings/glib/examples/get_chip_info_glib.c [new file with mode: 0644]
bindings/glib/examples/get_line_info_glib.c [new file with mode: 0644]
bindings/glib/examples/get_line_value_glib.c [new file with mode: 0644]
bindings/glib/examples/get_multiple_line_values_glib.c [new file with mode: 0644]
bindings/glib/examples/reconfigure_input_to_output_glib.c [new file with mode: 0644]
bindings/glib/examples/toggle_line_value_glib.c [new file with mode: 0644]
bindings/glib/examples/toggle_multiple_line_values_glib.c [new file with mode: 0644]
bindings/glib/examples/watch_line_info_glib.c [new file with mode: 0644]
bindings/glib/examples/watch_line_value_glib.c [new file with mode: 0644]
bindings/glib/examples/watch_multiple_edge_rising_glib.c [new file with mode: 0644]
bindings/glib/generated-enums.c.template [new file with mode: 0644]
bindings/glib/generated-enums.h.template [new file with mode: 0644]
bindings/glib/gi-docgen.toml [new file with mode: 0644]
bindings/glib/gi-docgen.toml.in [new file with mode: 0644]
bindings/glib/gpiod-glib.h [new file with mode: 0644]
bindings/glib/gpiod-glib.pc.in [new file with mode: 0644]
bindings/glib/gpiod-glib/chip-info.h [new file with mode: 0644]
bindings/glib/gpiod-glib/chip.h [new file with mode: 0644]
bindings/glib/gpiod-glib/edge-event.h [new file with mode: 0644]
bindings/glib/gpiod-glib/error.h [new file with mode: 0644]
bindings/glib/gpiod-glib/generated-enums.h [new file with mode: 0644]
bindings/glib/gpiod-glib/info-event.h [new file with mode: 0644]
bindings/glib/gpiod-glib/line-config.h [new file with mode: 0644]
bindings/glib/gpiod-glib/line-info.h [new file with mode: 0644]
bindings/glib/gpiod-glib/line-request.h [new file with mode: 0644]
bindings/glib/gpiod-glib/line-settings.h [new file with mode: 0644]
bindings/glib/gpiod-glib/line.h [new file with mode: 0644]
bindings/glib/gpiod-glib/misc.h [new file with mode: 0644]
bindings/glib/gpiod-glib/request-config.h [new file with mode: 0644]
bindings/glib/info-event.c [new file with mode: 0644]
bindings/glib/internal.c [new file with mode: 0644]
bindings/glib/internal.h [new file with mode: 0644]
bindings/glib/line-config.c [new file with mode: 0644]
bindings/glib/line-info.c [new file with mode: 0644]
bindings/glib/line-request.c [new file with mode: 0644]
bindings/glib/line-settings.c [new file with mode: 0644]
bindings/glib/misc.c [new file with mode: 0644]
bindings/glib/request-config.c [new file with mode: 0644]
bindings/glib/tests/Makefile.am [new file with mode: 0644]
bindings/glib/tests/Makefile.in [new file with mode: 0644]
bindings/glib/tests/helpers.c [new file with mode: 0644]
bindings/glib/tests/helpers.h [new file with mode: 0644]
bindings/glib/tests/tests-chip-info.c [new file with mode: 0644]
bindings/glib/tests/tests-chip.c [new file with mode: 0644]
bindings/glib/tests/tests-edge-event.c [new file with mode: 0644]
bindings/glib/tests/tests-info-event.c [new file with mode: 0644]
bindings/glib/tests/tests-line-config.c [new file with mode: 0644]
bindings/glib/tests/tests-line-info.c [new file with mode: 0644]
bindings/glib/tests/tests-line-request.c [new file with mode: 0644]
bindings/glib/tests/tests-line-settings.c [new file with mode: 0644]
bindings/glib/tests/tests-misc.c [new file with mode: 0644]
bindings/glib/tests/tests-request-config.c [new file with mode: 0644]
bindings/python/MANIFEST.in [new file with mode: 0644]
bindings/python/Makefile.am [new file with mode: 0644]
bindings/python/Makefile.in [new file with mode: 0644]
bindings/python/README.md [new file with mode: 0644]
bindings/python/build_tests.py [new file with mode: 0644]
bindings/python/examples/Makefile.am [new file with mode: 0644]
bindings/python/examples/Makefile.in [new file with mode: 0644]
bindings/python/examples/async_watch_line_value.py [new file with mode: 0755]
bindings/python/examples/find_line_by_name.py [new file with mode: 0755]
bindings/python/examples/get_chip_info.py [new file with mode: 0755]
bindings/python/examples/get_line_info.py [new file with mode: 0755]
bindings/python/examples/get_line_value.py [new file with mode: 0755]
bindings/python/examples/get_multiple_line_values.py [new file with mode: 0755]
bindings/python/examples/reconfigure_input_to_output.py [new file with mode: 0755]
bindings/python/examples/toggle_line_value.py [new file with mode: 0755]
bindings/python/examples/toggle_multiple_line_values.py [new file with mode: 0755]
bindings/python/examples/watch_line_info.py [new file with mode: 0755]
bindings/python/examples/watch_line_rising.py [new file with mode: 0755]
bindings/python/examples/watch_line_value.py [new file with mode: 0755]
bindings/python/examples/watch_multiple_line_values.py [new file with mode: 0755]
bindings/python/generate_pypi_artifacts.sh [new file with mode: 0755]
bindings/python/gpiod/Makefile.am [new file with mode: 0644]
bindings/python/gpiod/Makefile.in [new file with mode: 0644]
bindings/python/gpiod/__init__.py [new file with mode: 0644]
bindings/python/gpiod/chip.py [new file with mode: 0644]
bindings/python/gpiod/chip_info.py [new file with mode: 0644]
bindings/python/gpiod/edge_event.py [new file with mode: 0644]
bindings/python/gpiod/exception.py [new file with mode: 0644]
bindings/python/gpiod/ext/Makefile.am [new file with mode: 0644]
bindings/python/gpiod/ext/Makefile.in [new file with mode: 0644]
bindings/python/gpiod/ext/chip.c [new file with mode: 0644]
bindings/python/gpiod/ext/common.c [new file with mode: 0644]
bindings/python/gpiod/ext/internal.h [new file with mode: 0644]
bindings/python/gpiod/ext/line-config.c [new file with mode: 0644]
bindings/python/gpiod/ext/line-settings.c [new file with mode: 0644]
bindings/python/gpiod/ext/module.c [new file with mode: 0644]
bindings/python/gpiod/ext/request.c [new file with mode: 0644]
bindings/python/gpiod/info_event.py [new file with mode: 0644]
bindings/python/gpiod/internal.py [new file with mode: 0644]
bindings/python/gpiod/line.py [new file with mode: 0644]
bindings/python/gpiod/line_info.py [new file with mode: 0644]
bindings/python/gpiod/line_request.py [new file with mode: 0644]
bindings/python/gpiod/line_settings.py [new file with mode: 0644]
bindings/python/gpiod/version.py [new file with mode: 0644]
bindings/python/pyproject.toml [new file with mode: 0644]
bindings/python/setup.py [new file with mode: 0644]
bindings/python/tests/Makefile.am [new file with mode: 0644]
bindings/python/tests/Makefile.in [new file with mode: 0644]
bindings/python/tests/__init__.py [new file with mode: 0644]
bindings/python/tests/__main__.py [new file with mode: 0644]
bindings/python/tests/gpiosim/Makefile.am [new file with mode: 0644]
bindings/python/tests/gpiosim/Makefile.in [new file with mode: 0644]
bindings/python/tests/gpiosim/__init__.py [new file with mode: 0644]
bindings/python/tests/gpiosim/chip.py [new file with mode: 0644]
bindings/python/tests/gpiosim/ext.c [new file with mode: 0644]
bindings/python/tests/helpers.py [new file with mode: 0644]
bindings/python/tests/procname/Makefile.am [new file with mode: 0644]
bindings/python/tests/procname/Makefile.in [new file with mode: 0644]
bindings/python/tests/procname/__init__.py [new file with mode: 0644]
bindings/python/tests/procname/ext.c [new file with mode: 0644]
bindings/python/tests/tests_chip.py [new file with mode: 0644]
bindings/python/tests/tests_chip_info.py [new file with mode: 0644]
bindings/python/tests/tests_edge_event.py [new file with mode: 0644]
bindings/python/tests/tests_info_event.py [new file with mode: 0644]
bindings/python/tests/tests_line.py [new file with mode: 0644]
bindings/python/tests/tests_line_info.py [new file with mode: 0644]
bindings/python/tests/tests_line_request.py [new file with mode: 0644]
bindings/python/tests/tests_line_settings.py [new file with mode: 0644]
bindings/python/tests/tests_module.py [new file with mode: 0644]
bindings/rust/Cargo.toml [new file with mode: 0644]
bindings/rust/Makefile.am [new file with mode: 0644]
bindings/rust/Makefile.in [new file with mode: 0644]
bindings/rust/gpiosim-sys/Cargo.toml [new file with mode: 0644]
bindings/rust/gpiosim-sys/Makefile.am [new file with mode: 0644]
bindings/rust/gpiosim-sys/Makefile.in [new file with mode: 0644]
bindings/rust/gpiosim-sys/README.md [new file with mode: 0644]
bindings/rust/gpiosim-sys/build.rs [new file with mode: 0644]
bindings/rust/gpiosim-sys/src/Makefile.am [new file with mode: 0644]
bindings/rust/gpiosim-sys/src/Makefile.in [new file with mode: 0644]
bindings/rust/gpiosim-sys/src/lib.rs [new file with mode: 0644]
bindings/rust/gpiosim-sys/src/sim.rs [new file with mode: 0644]
bindings/rust/libgpiod-sys/Cargo.toml [new file with mode: 0644]
bindings/rust/libgpiod-sys/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod-sys/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod-sys/README.md [new file with mode: 0644]
bindings/rust/libgpiod-sys/build.rs [new file with mode: 0644]
bindings/rust/libgpiod-sys/src/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod-sys/src/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod-sys/src/lib.rs [new file with mode: 0644]
bindings/rust/libgpiod-sys/wrapper.h [new file with mode: 0644]
bindings/rust/libgpiod/Cargo.toml [new file with mode: 0644]
bindings/rust/libgpiod/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod/README.md [new file with mode: 0644]
bindings/rust/libgpiod/examples/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod/examples/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod/examples/buffered_event_lifetimes.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/find_line_by_name.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_chip_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_line_value.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/get_multiple_line_values.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/reconfigure_input_to_output.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/toggle_line_value.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/toggle_multiple_line_values.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_line_rising.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_line_value.rs [new file with mode: 0644]
bindings/rust/libgpiod/examples/watch_multiple_line_values.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod/src/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod/src/chip.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/edge_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/event_buffer.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/info_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/lib.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/line_config.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/line_request.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/line_settings.rs [new file with mode: 0644]
bindings/rust/libgpiod/src/request_config.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod/tests/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod/tests/chip.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/Makefile.am [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/Makefile.in [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/config.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/mod.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/edge_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/info_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_config.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_request.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_settings.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/request_config.rs [new file with mode: 0644]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
contrib/Android.bp [new file with mode: 0644]
contrib/Makefile.am [new file with mode: 0644]
contrib/Makefile.in [new file with mode: 0644]
dbus/Makefile.am [new file with mode: 0644]
dbus/Makefile.in [new file with mode: 0644]
dbus/client/Makefile.am [new file with mode: 0644]
dbus/client/Makefile.in [new file with mode: 0644]
dbus/client/common.c [new file with mode: 0644]
dbus/client/common.h [new file with mode: 0644]
dbus/client/detect.c [new file with mode: 0644]
dbus/client/find.c [new file with mode: 0644]
dbus/client/get.c [new file with mode: 0644]
dbus/client/gpiocli-test.bash [new file with mode: 0755]
dbus/client/gpiocli.c [new file with mode: 0644]
dbus/client/info.c [new file with mode: 0644]
dbus/client/monitor.c [new file with mode: 0644]
dbus/client/notify.c [new file with mode: 0644]
dbus/client/reconfigure.c [new file with mode: 0644]
dbus/client/release.c [new file with mode: 0644]
dbus/client/request.c [new file with mode: 0644]
dbus/client/requests.c [new file with mode: 0644]
dbus/client/set.c [new file with mode: 0644]
dbus/client/wait.c [new file with mode: 0644]
dbus/data/90-gpio.rules [new file with mode: 0644]
dbus/data/Makefile.am [new file with mode: 0644]
dbus/data/Makefile.in [new file with mode: 0644]
dbus/data/gpio-manager.service [new file with mode: 0644]
dbus/data/io.gpiod1.conf [new file with mode: 0644]
dbus/lib/Makefile.am [new file with mode: 0644]
dbus/lib/Makefile.in [new file with mode: 0644]
dbus/lib/generated-gpiodbus.c [new file with mode: 0644]
dbus/lib/generated-gpiodbus.h [new file with mode: 0644]
dbus/lib/gpiodbus.h [new file with mode: 0644]
dbus/lib/io.gpiod1.xml [new file with mode: 0644]
dbus/manager/Makefile.am [new file with mode: 0644]
dbus/manager/Makefile.in [new file with mode: 0644]
dbus/manager/daemon.c [new file with mode: 0644]
dbus/manager/daemon.h [new file with mode: 0644]
dbus/manager/gpio-manager.c [new file with mode: 0644]
dbus/manager/helpers.c [new file with mode: 0644]
dbus/manager/helpers.h [new file with mode: 0644]
dbus/tests/Makefile.am [new file with mode: 0644]
dbus/tests/Makefile.in [new file with mode: 0644]
dbus/tests/daemon-process.c [new file with mode: 0644]
dbus/tests/daemon-process.h [new file with mode: 0644]
dbus/tests/helpers.c [new file with mode: 0644]
dbus/tests/helpers.h [new file with mode: 0644]
dbus/tests/tests-chip.c [new file with mode: 0644]
dbus/tests/tests-line.c [new file with mode: 0644]
dbus/tests/tests-request.c [new file with mode: 0644]
docs/Doxyfile [new file with mode: 0644]
docs/Makefile.am [new file with mode: 0644]
docs/Makefile.in [new file with mode: 0644]
docs/bindings.rst [new file with mode: 0644]
docs/building.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/contributing.rst [new file with mode: 0644]
docs/core_api.rst [new file with mode: 0644]
docs/core_chip_info.rst [new file with mode: 0644]
docs/core_chips.rst [new file with mode: 0644]
docs/core_edge_event.rst [new file with mode: 0644]
docs/core_line_config.rst [new file with mode: 0644]
docs/core_line_defs.rst [new file with mode: 0644]
docs/core_line_info.rst [new file with mode: 0644]
docs/core_line_request.rst [new file with mode: 0644]
docs/core_line_settings.rst [new file with mode: 0644]
docs/core_line_watch.rst [new file with mode: 0644]
docs/core_misc.rst [new file with mode: 0644]
docs/core_request_config.rst [new file with mode: 0644]
docs/cpp_api.rst [new file with mode: 0644]
docs/cpp_chip.rst [new file with mode: 0644]
docs/cpp_chip_info.rst [new file with mode: 0644]
docs/cpp_edge_event.rst [new file with mode: 0644]
docs/cpp_edge_event_buffer.rst [new file with mode: 0644]
docs/cpp_exceptions.rst [new file with mode: 0644]
docs/cpp_info_event.rst [new file with mode: 0644]
docs/cpp_line.rst [new file with mode: 0644]
docs/cpp_line_config.rst [new file with mode: 0644]
docs/cpp_line_info.rst [new file with mode: 0644]
docs/cpp_line_request.rst [new file with mode: 0644]
docs/cpp_line_settings.rst [new file with mode: 0644]
docs/cpp_misc.rst [new file with mode: 0644]
docs/cpp_request_config.rst [new file with mode: 0644]
docs/dbus.rst [new file with mode: 0644]
docs/dbus_api.rst [new file with mode: 0644]
docs/glib_api.rst [new file with mode: 0644]
docs/gpio_tools.rst [new file with mode: 0644]
docs/gpiocli_top.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/python_api.rst [new file with mode: 0644]
docs/python_chip.rst [new file with mode: 0644]
docs/python_chip_info.rst [new file with mode: 0644]
docs/python_edge_event.rst [new file with mode: 0644]
docs/python_exceptions.rst [new file with mode: 0644]
docs/python_info_event.rst [new file with mode: 0644]
docs/python_line.rst [new file with mode: 0644]
docs/python_line_info.rst [new file with mode: 0644]
docs/python_line_request.rst [new file with mode: 0644]
docs/python_line_settings.rst [new file with mode: 0644]
docs/python_misc.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
docs/rust_api.rst [new file with mode: 0644]
docs/testing.rst [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/async_watch_line_value.c [new file with mode: 0644]
examples/find_line_by_name.c [new file with mode: 0644]
examples/get_chip_info.c [new file with mode: 0644]
examples/get_line_info.c [new file with mode: 0644]
examples/get_line_value.c [new file with mode: 0644]
examples/get_multiple_line_values.c [new file with mode: 0644]
examples/reconfigure_input_to_output.c [new file with mode: 0644]
examples/toggle_line_value.c [new file with mode: 0644]
examples/toggle_multiple_line_values.c [new file with mode: 0644]
examples/watch_line_info.c [new file with mode: 0644]
examples/watch_line_rising.c [new file with mode: 0644]
examples/watch_line_value.c [new file with mode: 0644]
examples/watch_multiple_line_values.c [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/gpiod.h [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.in [new file with mode: 0644]
lib/chip-info.c [new file with mode: 0644]
lib/chip.c [new file with mode: 0644]
lib/edge-event.c [new file with mode: 0644]
lib/info-event.c [new file with mode: 0644]
lib/internal.c [new file with mode: 0644]
lib/internal.h [new file with mode: 0644]
lib/libgpiod.pc.in [new file with mode: 0644]
lib/line-config.c [new file with mode: 0644]
lib/line-info.c [new file with mode: 0644]
lib/line-request.c [new file with mode: 0644]
lib/line-settings.c [new file with mode: 0644]
lib/misc.c [new file with mode: 0644]
lib/request-config.c [new file with mode: 0644]
lib/uapi/gpio.h [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/gpio-manager.man [new file with mode: 0644]
man/gpiocli-detect.man [new file with mode: 0644]
man/gpiocli-find.man [new file with mode: 0644]
man/gpiocli-get.man [new file with mode: 0644]
man/gpiocli-info.man [new file with mode: 0644]
man/gpiocli-monitor.man [new file with mode: 0644]
man/gpiocli-notify.man [new file with mode: 0644]
man/gpiocli-reconfigure.man [new file with mode: 0644]
man/gpiocli-release.man [new file with mode: 0644]
man/gpiocli-request.man [new file with mode: 0644]
man/gpiocli-requests.man [new file with mode: 0644]
man/gpiocli-set.man [new file with mode: 0644]
man/gpiocli-wait.man [new file with mode: 0644]
man/gpiocli.man [new file with mode: 0644]
man/gpiodetect.man [new file with mode: 0644]
man/gpioget.man [new file with mode: 0644]
man/gpioinfo.man [new file with mode: 0644]
man/gpiomon.man [new file with mode: 0644]
man/gpionotify.man [new file with mode: 0644]
man/gpioset.man [new file with mode: 0644]
man/template [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/gpiosim-glib/Makefile.am [new file with mode: 0644]
tests/gpiosim-glib/Makefile.in [new file with mode: 0644]
tests/gpiosim-glib/gpiosim-glib.c [new file with mode: 0644]
tests/gpiosim-glib/gpiosim-glib.h [new file with mode: 0644]
tests/gpiosim/Makefile.am [new file with mode: 0644]
tests/gpiosim/Makefile.in [new file with mode: 0644]
tests/gpiosim/gpiosim-selftest.c [new file with mode: 0644]
tests/gpiosim/gpiosim.c [new file with mode: 0644]
tests/gpiosim/gpiosim.h [new file with mode: 0644]
tests/harness/Makefile.am [new file with mode: 0644]
tests/harness/Makefile.in [new file with mode: 0644]
tests/harness/gpiod-test-common.h [new file with mode: 0644]
tests/harness/gpiod-test.c [new file with mode: 0644]
tests/harness/gpiod-test.h [new file with mode: 0644]
tests/helpers.h [new file with mode: 0644]
tests/scripts/Makefile.am [new file with mode: 0644]
tests/scripts/Makefile.in [new file with mode: 0644]
tests/scripts/gpiod-bash-test-helper.inc [new file with mode: 0644]
tests/tests-chip-info.c [new file with mode: 0644]
tests/tests-chip.c [new file with mode: 0644]
tests/tests-edge-event.c [new file with mode: 0644]
tests/tests-info-event.c [new file with mode: 0644]
tests/tests-kernel-uapi.c [new file with mode: 0644]
tests/tests-line-config.c [new file with mode: 0644]
tests/tests-line-info.c [new file with mode: 0644]
tests/tests-line-request.c [new file with mode: 0644]
tests/tests-line-settings.c [new file with mode: 0644]
tests/tests-misc.c [new file with mode: 0644]
tests/tests-request-config.c [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/gpio-tools-test.bash [new file with mode: 0755]
tools/gpiodetect.c [new file with mode: 0644]
tools/gpioget.c [new file with mode: 0644]
tools/gpioinfo.c [new file with mode: 0644]
tools/gpiomon.c [new file with mode: 0644]
tools/gpionotify.c [new file with mode: 0644]
tools/gpioset.c [new file with mode: 0644]
tools/tools-common.c [new file with mode: 0644]
tools/tools-common.h [new file with mode: 0644]