X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fgpio_keys.h;h=ec6ecd74781dca68bdf49c3ea1b80cc00b9d4966;hb=43e61711d4e948d3e9c1c13832038659b2cd9287;hp=265d17830a0f7500cdc83e393d8950f616ff3c86;hpb=5f757f91e70a97eda8f0cc13bddc853209b2d173;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/gpio_keys.h b/include/linux/gpio_keys.h index 265d17830a0..ec6ecd74781 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h @@ -8,6 +8,8 @@ struct gpio_keys_button { int active_low; 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 {