From 10ed3b23a64ae92739bfdaa0e79227d287106123 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 21 Apr 2010 19:07:23 +0000 Subject: ar71xx: reduce button threshold value on the NBG460 board SVN-Revision: 21076 --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ar71xx/files/arch') diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c index fea08259ca..0b7116f1d6 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-nbg460n.c @@ -112,14 +112,14 @@ static struct gpio_button nbg460n_gpio_buttons[] __initdata = { .desc = "reset", .type = EV_KEY, .code = KEY_RESTART, - .threshold = 5, + .threshold = 3, .gpio = NBG460N_GPIO_BTN_RESET, .active_low = 1, }, { .desc = "wps", .type = EV_KEY, .code = KEY_WPS_BUTTON, - .threshold = 5, + .threshold = 3, .gpio = NBG460N_GPIO_BTN_WPS, .active_low = 1, } -- cgit v1.2.3