mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Following line should listen for a rising edge and exit after the first
one since '-c 1' is provided.
# gpio-event-mon -n gpiochip1 -o 0 -r -c 1
It works with kernel 4.19 but it doesn't work with 5.10. In 5.10 the
above command doesn't exit after the first rising edge it keep listening
for an event forever. The '-c 1' is not taken into an account.
The problem is in commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Build | ||
| gpio-event-mon.c | ||
| gpio-hammer.c | ||
| gpio-utils.c | ||
| gpio-utils.h | ||
| gpio-watch.c | ||
| lsgpio.c | ||
| Makefile | ||