ar71xx: allow overriding of the lan port names on AP91 based boards
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-tew-632brp.c
index c92cb00ebf79a6419b4591e204cb7a692ec0fd0a..4abb8e4ed1e24c4c75dce398a1529315e39f4f26 100644 (file)
@@ -93,13 +93,13 @@ static struct gpio_button tew_632brp_gpio_buttons[] __initdata = {
                .desc           = "reset",
                .type           = EV_KEY,
                .code           = BTN_0,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = TEW_632BRP_GPIO_BTN_RESET,
        }, {
                .desc           = "wps",
                .type           = EV_KEY,
                .code           = BTN_1,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = TEW_632BRP_GPIO_BTN_WPS,
        }
 };