This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8581 - r16259 (FS #8379 by Andree Buschmann) breaks m:robe 100
Attached to Project:
Rockbox
Opened by Robert Kukla (roolku) - Sunday, 10 February 2008, 16:03 GMT+2
Last edited by Robert Kukla (roolku) - Sunday, 10 February 2008, 17:09 GMT+2
Opened by Robert Kukla (roolku) - Sunday, 10 February 2008, 16:03 GMT+2
Last edited by Robert Kukla (roolku) - Sunday, 10 February 2008, 17:09 GMT+2
|
Detailsrockbox on mrobe 100 now hangs on logo screen. The most obvious problem seems to be the missing else branch in system-pp502x.c:
-- snip -- #elif defined (IPOD_MINI) /* to be done */ #elif defined (IPOD_MINI2G) /* to be done */ #elif defined (MROBE_100) /* to be done */ #elif defined (ELIO_TPJ1022) /* to be done */ #endif -- snip -- but simply inserting the code from h10 doesn't fix it, so I guess there is more to it. As much as I appreciate the efforts to save power on pp, I would much prefer if the targets, that have not been dealt with yet, stay in their current (working) state, rather than be disabled. This seems to concern the mini and elio as well. |
This task depends upon
Closed by Robert Kukla (roolku)
Sunday, 10 February 2008, 17:09 GMT+2
Reason for closing: Fixed
Additional comments about closing: fixed r16270
Sunday, 10 February 2008, 17:09 GMT+2
Reason for closing: Fixed
Additional comments about closing: fixed r16270