freemyipod r310 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r309‎ | r310 | r311 >
Date:01:13, 2 December 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: iPod Classic: Don't set LDO standby configuration. This apparently isn't neccessary and avoids a lockup.
Modified paths:
  • /embios/trunk/target/ipodnano3g/power.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano3g/power.c
@@ -32,14 +32,6 @@
3333
3434 void power_off(void)
3535 {
36 - pmu_ldo_on_in_standby(0, 0);
37 - pmu_ldo_on_in_standby(1, 0);
38 - pmu_ldo_on_in_standby(2, 0);
39 - pmu_ldo_on_in_standby(3, 0);
40 - pmu_ldo_on_in_standby(4, 0);
41 - pmu_ldo_on_in_standby(5, 0);
42 - pmu_ldo_on_in_standby(6, 0);
43 - pmu_ldo_on_in_standby(7, 0);
4436 pmu_set_wake_condition(0x42); /* USB inserted or EXTON1 */
4537 pmu_enter_standby();
4638