diff options
Diffstat (limited to 'include/linux/gpio_keys.h')
| -rw-r--r-- | include/linux/gpio_keys.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index d06bf77400f1..7160df54a6fe 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -13,6 +13,7 @@ struct device;   * @desc:		label that will be attached to button's gpio   * @type:		input event type (%EV_KEY, %EV_SW, %EV_ABS)   * @wakeup:		configure the button as a wake-up source + * @wakeup_event_action:	event action to trigger wakeup   * @debounce_interval:	debounce ticks interval in msecs   * @can_disable:	%true indicates that userspace is allowed to   *			disable button via sysfs @@ -26,6 +27,7 @@ struct gpio_keys_button {  	const char *desc;  	unsigned int type;  	int wakeup; +	int wakeup_event_action;  	int debounce_interval;  	bool can_disable;  	int value;  | 
