ar71xx: reduce button threshold values
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-pb42.c
index 44bf38991c1957da7b9482954cb6cc07919d4c0f..96a976f8a82644651e344b52a48d9fa9dc923162 100644 (file)
@@ -28,14 +28,14 @@ static struct gpio_button pb42_gpio_buttons[] __initdata = {
                .desc           = "sw4",
                .type           = EV_KEY,
                .code           = BTN_0,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = PB42_GPIO_BTN_SW4,
                .active_low     = 1,
        } , {
                .desc           = "sw5",
                .type           = EV_KEY,
                .code           = BTN_1,
-               .threshold      = 5,
+               .threshold      = 3,
                .gpio           = PB42_GPIO_BTN_SW5,
                .active_low     = 1,
        }