ar71xx: reduce button threshold values
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-dir-615-c1.c
index d6f1fa75dae860396c722a79f0bd9262999ac2fc..5eb594c31ab913c9a881e6bd7c757e7917a7658c 100644 (file)
@@ -117,13 +117,13 @@ static struct gpio_button dir_615c1_gpio_buttons[] __initdata = {
                .desc           = "reset",
                .type           = EV_KEY,
                .code           = BTN_0,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = DIR_615C1_GPIO_BTN_RESET,
        }, {
                .desc           = "wps",
                .type           = EV_KEY,
                .code           = BTN_1,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = DIR_615C1_GPIO_BTN_WPS,
        }
 };