summaryrefslogtreecommitdiff
path: root/include/linux/gpio_event.h
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-11-08 13:03:11 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:39:17 -0800
commit569b34f4f25827f93643b3ae504e0c1941741289 (patch)
tree9f14e11b4b25841a45db351f515f729ee006eaca /include/linux/gpio_event.h
parent8aba0d78d2d5f86cc70b9ef5095a42834860564d (diff)
input: gpio_input: don't print debounce message unless flag is set
Change-Id: I29ccb32e795c5c3e4c51c3d3a209f5b55dfd7d94 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'include/linux/gpio_event.h')
-rw-r--r--include/linux/gpio_event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio_event.h b/include/linux/gpio_event.h
index 360b4ddb46a6..2613fc5e4a93 100644
--- a/include/linux/gpio_event.h
+++ b/include/linux/gpio_event.h
@@ -98,6 +98,7 @@ enum gpio_event_direct_flags {
/* GPIOEDF_USE_IRQ = (1U << 2) | GPIOIDF_USE_DOWN_IRQ, */
GPIOEDF_PRINT_KEYS = 1U << 8,
GPIOEDF_PRINT_KEY_DEBOUNCE = 1U << 9,
+ GPIOEDF_PRINT_KEY_UNSTABLE = 1U << 10,
};
struct gpio_event_direct_entry {