Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12351 - Sansa e200 - Scroll wheel usage doesn't restart power off timer

Attached to Project: Rockbox
Opened by Nick Peskett (nickp) - Thursday, 27 October 2011, 06:09 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 28 October 2011, 19:24 GMT+2
Task Type Bugs
Category User Interface
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version Release 3.9
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No
This task depends upon

Closed by  Andree Buschmann (Buschel)
Friday, 28 October 2011, 19:24 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Submitted with r30847.
Comment by Nick Peskett (nickp) - Thursday, 27 October 2011, 06:15 GMT+2
Forgot to include powermgmt.h
   scrollwheel_idlestate_bug_30842.patch (1.3 KiB)
 firmware/target/arm/as3525/scrollwheel-as3525.c |    2 ++
 firmware/target/hosted/sdl/button-sdl.c         |    2 ++
 2 files changed, 4 insertions(+)

Comment by Andree Buschmann (Buschel) - Friday, 28 October 2011, 08:35 GMT+2
I just tried on the sim. The timer is not restartet at all even though reset_poweroff_timer() is called.
Comment by Nick Peskett (nickp) - Friday, 28 October 2011, 08:47 GMT+2
Calling reset_poweroff_timer was the point of the exercise, maybe poweroff_timer isn't implemented on the sim?

Otherwise I imagine a bug ought to be submitted that the reset_poweroff_timer function doesn't work on the sim.
Comment by Andree Buschmann (Buschel) - Friday, 28 October 2011, 19:18 GMT+2
My fault, you always were talking about the "power off timer", I tested the "sleep timer"... :/

Your fix works for the sim.

Loading...