]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/gpio_keys.h
x86: boot/compressed/Makefile: fix "make clean"
[linux-2.6-omap-h63xx.git] / include / linux / gpio_keys.h
index 265d17830a0f7500cdc83e393d8950f616ff3c86..c6d3a9de5634c1d9de24c962b4fada1aaa97b4a2 100644 (file)
@@ -8,6 +8,7 @@ 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 */
 };
 
 struct gpio_keys_platform_data {