ar71xx: reduce button threshold values
[librecmc/librecmc.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-rb-4xx.c
index ab3d65be942ca7b1caea73b2eeff08bf5160b269..2392c3dc6e4a59ba7775447ec8ded83c5023825b 100644 (file)
@@ -43,7 +43,7 @@ static struct gpio_button rb4xx_gpio_buttons[] __initdata = {
                .desc           = "reset_switch",
                .type           = EV_KEY,
                .code           = BTN_0,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = RB4XX_GPIO_RESET_SWITCH,
                .active_low     = 1,
        }