diff options
Diffstat (limited to 'include/linux/gpio_keys.h')
| -rw-r--r-- | include/linux/gpio_keys.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index c6d3a9de563..ec6ecd74781 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -9,6 +9,7 @@ struct gpio_keys_button {  	char *desc;  	int type;		/* input event type (EV_KEY, EV_SW) */  	int wakeup;		/* configure the button as a wake-up source */ +	int debounce_interval;	/* debounce ticks interval in msecs */  };  struct gpio_keys_platform_data {  |