projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pciehp: evaluate _OSC/OSHP before controller init
[linux-2.6]
/
include
/
linux
/
gpio_keys.h
diff --git
a/include/linux/gpio_keys.h
b/include/linux/gpio_keys.h
index
265d178
..
c6d3a9d
100644
(file)
--- a/
include/linux/gpio_keys.h
+++ b/
include/linux/gpio_keys.h
@@
-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 {