mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 08:34:47 +10: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 | ||