summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0848fb5..5baeede 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ endif
PROGRAM := hdaps-tux
all: $(PROGRAM)
-
$(PROGRAM): $(PROGRAM).o $(PROGRAM).h
%.o: %.c
nclude/linux/gpio_keys.h parenta16ca23935afc0d72215b139720bd07df3162a9f (diff)
Input: gpio_keys - add support for interrupt only keys
Some of buttons, like power-on key or onkey, may only generate interrupts when pressed and not actually be mapped as gpio in the system. Allow setting gpio to invalid value and specify IRQ instead to support such keys. The debounce timer is used not to debounce but to ignore new IRQs coming while button is kept pressed. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/linux/gpio_keys.h')