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
This commit is contained in:
Andree Buschmann 2011-03-24 18:42:27 +00:00
parent 26f63070c2
commit afe6ee4300
1 changed files with 1 additions and 1 deletions

View File

@ -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 */