mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off actually work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16203 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91a503b23e
commit
06daa03630
2 changed files with 11 additions and 6 deletions
|
|
@ -270,12 +270,12 @@ void system_init(void)
|
|||
DEV_RS2 = -1;
|
||||
DEV_RS = 0;
|
||||
DEV_RS2 = 0;
|
||||
#elif defined (IRIVER_H10)
|
||||
#elif defined (IRIVER_H10) || defined(MROBE_100)
|
||||
DEV_RS = 0x3ffffef8;
|
||||
DEV_RS2 = -1;
|
||||
outl(inl(0x70000024) | 0xc0, 0x70000024);
|
||||
DEV_RS = 0;
|
||||
DEV_RS2 = 0;
|
||||
outl(inl(0x70000024) | 0xc0, 0x70000024);
|
||||
#endif
|
||||
|
||||
#if !defined(SANSA_E200) && !defined(SANSA_C200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue