Index: rockbox-devel/apps/tree.c =================================================================== --- rockbox-devel.orig/apps/tree.c +++ rockbox-devel/apps/tree.c @@ -278,7 +278,7 @@ struct tree_context* tree_get_context(vo } /* talkbox hovering delay, to avoid immediate disk activity */ -#define HOVER_DELAY (HZ/2) +#define HOVER_DELAY (HZ/4) /* * Returns the position of a given file in the current directory * returns -1 if not found