summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-11-18 12:58:16 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-11-18 12:58:16 +1100
commit12cfd76ef82e99fa0bb40ba398bf3421935d6579 (patch)
tree181f91f3c0472a75c92adc2158f27a19d0ef406e /include
parent611b44eaab1610050424ae6f5215c1cfee97e4b4 (diff)
parenta6c2490f010d9235b1424110c6f414460e41dfe1 (diff)
Merge commit 'input/next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/gpio_keys.h1
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 {
struct gpio_keys_platform_data {
struct gpio_keys_button *buttons;
int nbuttons;
+ unsigned int rep:1; /* enable input subsystem auto repeat */
};
#endif