net: TCP thin linear timeouts
[pandora-kernel.git] / include / linux / gpio_keys.h
index ec6ecd7..1289fa7 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