diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-01-16 11:46:22 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-01-16 11:46:22 -0500 |
| commit | 5a2dd72abdae75ea2960145e0549635ce4e0be96 (patch) | |
| tree | 44dba0119c75679a17215200f92ab23bdde9efc2 /include/linux/gpio_keys.h | |
| parent | efdc64f0c792ea744bcc9203f35b908e66d42f41 (diff) | |
| parent | 7cb36b6ccdca03bd87e8faca7fd920643dd1aec7 (diff) | |
Merge branch 'linus' into irq/genirq
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 ec6ecd74781d..1289fa7623ca 100644 --- a/include/linux/gpio_keys.h +++ b/include/linux/gpio_keys.h | |||
| @@ -15,6 +15,7 @@ struct gpio_keys_button { | |||
| 15 | struct gpio_keys_platform_data { | 15 | struct gpio_keys_platform_data { |
| 16 | struct gpio_keys_button *buttons; | 16 | struct gpio_keys_button *buttons; |
| 17 | int nbuttons; | 17 | int nbuttons; |
| 18 | unsigned int rep:1; /* enable input subsystem auto repeat */ | ||
| 18 | }; | 19 | }; |
| 19 | 20 | ||
| 20 | #endif | 21 | #endif |
