From c8033d30ea0043ffcb1b63c24f957414b87e7034 Mon Sep 17 00:00:00 2001 From: kugel Date: Sat, 5 Sep 2009 03:50:11 +0000 Subject: [PATCH] Increase the button delays slightly to aid against sporadic missreads of the hold button an sporadic blue pixels on the display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22628 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/button-e200v2-fuze.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/target/arm/as3525/button-e200v2-fuze.c b/firmware/target/arm/as3525/button-e200v2-fuze.c index 5518f981e..3495cc91c 100644 --- a/firmware/target/arm/as3525/button-e200v2-fuze.c +++ b/firmware/target/arm/as3525/button-e200v2-fuze.c @@ -32,7 +32,7 @@ #define WHEEL_COUNTER_DIV 4 #define ACCEL_INCREMENT 2 #define ACCEL_SHIFT 2 -#define BUTTON_DELAY 30 +#define BUTTON_DELAY 40 #endif #ifdef SANSA_E200V2 @@ -41,7 +41,7 @@ #define WHEEL_COUNTER_DIV 2 #define ACCEL_INCREMENT 3 #define ACCEL_SHIFT 1 -#define BUTTON_DELAY 10 +#define BUTTON_DELAY 20 /* read_missed is true if buttons could not * be read (see lcd_button_support) */ -- 2.11.4.GIT