]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/gpio_keys.h
USB: Add OMAP EHCI glue layer
[linux-2.6-omap-h63xx.git] / include / linux / gpio_keys.h
index ec6ecd74781dca68bdf49c3ea1b80cc00b9d4966..1289fa7623ca22d7d79188bc39cf5b5b35c180b1 100644 (file)
@@ -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