libevdev/tools
Niclas Zeising cca9093887 tools: Remove signalfd() use
Remove signalfd() use from the mouse-dpi-tool and touchpad-edge-detector
tools, in favor of using plain old signals.
FreeBSD does not have signalfd() without pulling in external libraries,
and with this change these tools can be compiled on FreeBSD.
Instead of providing two implementations, one using signalfd() and one
using signal(), just use the signal() implementation everywhere as it is
more portable.

Signed-off-by: Niclas Zeising <zeising@daemonic.se>
2020-08-14 17:50:56 +02:00
..
.gitignore tools: add a tool to change kernel devices 2015-02-04 11:02:02 +10:00
libevdev-events.c tools: fix the include path for local includes 2020-02-17 17:42:32 +10:00
libevdev-tweak-device.1 tools - tweak-device: add a --resolution command 2015-07-01 11:59:20 +10:00
libevdev-tweak-device.c tools: fix the include path for local includes 2020-02-17 17:42:32 +10:00
Makefile.am tools: add a tool to change kernel devices 2015-02-04 11:02:02 +10:00
mouse-dpi-tool.c tools: Remove signalfd() use 2020-08-14 17:50:56 +02:00
publish-doc Don't hardcode /bin/bash 2020-08-13 13:11:33 +02:00
sync-with-kernel-headers.sh tools: add a script to sync the kernel header files 2017-07-03 10:13:40 +10:00
touchpad-edge-detector.c tools: Remove signalfd() use 2020-08-14 17:50:56 +02:00