From e891a950c30dd3f6e4d05e05802297612143dec4 Mon Sep 17 00:00:00 2001 From: kfx Date: Mon, 26 Mar 2012 20:14:35 +0800 Subject: [PATCH] rk30: adckey: sample time 10ms-->100ms --- arch/arm/plat-rk/include/plat/key.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-rk/include/plat/key.h b/arch/arm/plat-rk/include/plat/key.h index 5630497a2c5f..0197358f4596 100755 --- a/arch/arm/plat-rk/include/plat/key.h +++ b/arch/arm/plat-rk/include/plat/key.h @@ -6,7 +6,7 @@ #define LONG_PRESS_COUNT 100 //100 * 10 = 1000ms #define ONE_SEC_COUNT (1000/DEFAULT_DEBOUNCE_INTERVAL) -#define ADC_SAMPLE_TIME 10 +#define ADC_SAMPLE_TIME 100 struct rk29_keys_button { int code; -- 2.34.1