Import libgpiod_2.1.3.orig.tar.xz
authorGavin Lai (賴建宇) <gavin09@gmail.com>
Sun, 18 Aug 2024 08:17:42 +0000 (16:17 +0800)
committerGavin Lai (賴建宇) <gavin09@gmail.com>
Sun, 18 Aug 2024 08:17:42 +0000 (16:17 +0800)
commit5e45c84ae75e0c4e297316dc94facbc33dae3dc3
treec032087886e394c8bba4b0fd65f7956de79d0048
Import libgpiod_2.1.3.orig.tar.xz

[dgit import orig libgpiod_2.1.3.orig.tar.xz]
278 files changed:
.gitignore [new file with mode: 0644]
.readthedocs.yaml [new file with mode: 0644]
COPYING [new file with mode: 0644]
Doxyfile.in [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 symlink]
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]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
bindings/Makefile.am [new file with mode: 0644]
bindings/cxx/Makefile.am [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/.gitignore [new file with mode: 0644]
bindings/cxx/examples/Makefile.am [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/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/.gitignore [new file with mode: 0644]
bindings/cxx/tests/Makefile.am [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/python/.gitignore [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/README.md [new file with mode: 0644]
bindings/python/examples/Makefile.am [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/gpiod/Makefile.am [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/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/__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/__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/__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_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/.gitignore [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/gpiosim-sys/Cargo.toml [new file with mode: 0644]
bindings/rust/gpiosim-sys/Makefile.am [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/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/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/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/README.md [new file with mode: 0644]
bindings/rust/libgpiod/examples/Makefile.am [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/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/chip.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/Makefile.am [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]
configure.ac [new file with mode: 0644]
contrib/Android.bp [new file with mode: 0644]
contrib/Makefile.am [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
examples/Makefile.am [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/gpiod.h [new file with mode: 0644]
lib/Makefile.am [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]
man/.gitignore [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/template [new file with mode: 0644]
sphinx/conf.py [new file with mode: 0644]
sphinx/index.rst [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/gpiod-test-helpers.c [new file with mode: 0644]
tests/gpiod-test-helpers.h [new file with mode: 0644]
tests/gpiod-test-sim.c [new file with mode: 0644]
tests/gpiod-test-sim.h [new file with mode: 0644]
tests/gpiod-test.c [new file with mode: 0644]
tests/gpiod-test.h [new file with mode: 0644]
tests/gpiosim/.gitignore [new file with mode: 0644]
tests/gpiosim/Makefile.am [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/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-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/.gitignore [new file with mode: 0644]
tools/Makefile.am [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]