From afe6ee4300594670795d0e7b91ca5a60160e664f Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Thu, 24 Mar 2011 18:42:27 +0000 Subject: Fix FS#12024. Scroll acceleration did not work -- at least reported for iRiver H10 -- caused by too short duration for button repeat recognition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29642 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/action.c b/apps/action.c index ffb4195..eb5950b 100644 --- a/apps/action.c +++ b/apps/action.c @@ -53,7 +53,7 @@ static bool wait_for_release = false; static bool short_press = false; #endif -#define REPEAT_WINDOW_TICKS HZ/10 +#define REPEAT_WINDOW_TICKS HZ/4 static int last_action_tick = 0; /* software keylock stuff */ -- cgit v1.1