This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11054 - power_thread and quit for the simulator
Attached to Project:
Rockbox
Opened by Kai Posadowsky (Riffer) - Tuesday, 23 February 2010, 23:45 GMT+2
Last edited by Thomas Jarosch (thomasjfox) - Monday, 02 January 2012, 09:33 GMT+2
Opened by Kai Posadowsky (Riffer) - Tuesday, 23 February 2010, 23:45 GMT+2
Last edited by Thomas Jarosch (thomasjfox) - Monday, 02 January 2012, 09:33 GMT+2
|
DetailsFor debugging purposes I need a working simulation of the power_thread. For having this I stripped the original and put it in powermgmt-sim.c plus changes to have the simulation run the power thread.
Works for idle and sleep timer with some extra output. In addition it quits the simulation by pushing SDL_QUIT to the SDL_Thread in sys_poweroff(). Maybe it is useful for others. |
This task depends upon
Closed by Thomas Jarosch (thomasjfox)
Monday, 02 January 2012, 09:33 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Fixed upstream. (actually I reimplemented the same stuff some months ago. Sorry, didn't see the ticket earlier.)
Monday, 02 January 2012, 09:33 GMT+2
Reason for closing: Out of Date
Additional comments about closing: Fixed upstream. (actually I reimplemented the same stuff some months ago. Sorry, didn't see the ticket earlier.)
btw the patch doesn't apply anymore.