From: Grazvydas Ignotas Date: Wed, 15 Feb 2012 14:05:18 +0000 (+0200) Subject: op_power.sh: fix accidentally dropped cpu clock save X-Git-Tag: sz_beta3~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43636156847ebc4f7720d4c96ac0ff51b15e5a41;p=openpandora.oe.git op_power.sh: fix accidentally dropped cpu clock save --- diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index fda4b53..46269c4 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r81" +PR = "r82" SRC_URI = " \ file://op_paths.sh \ diff --git a/recipes/pandora-system/pandora-scripts/op_power.sh b/recipes/pandora-system/pandora-scripts/op_power.sh index 5cee08c..487056f 100644 --- a/recipes/pandora-system/pandora-scripts/op_power.sh +++ b/recipes/pandora-system/pandora-scripts/op_power.sh @@ -91,6 +91,8 @@ lowPowerOn(){ #switch from normal to lowpower mode done suspend_net + + cat /proc/pandora/cpu_mhz_max > /tmp/oldspeed /usr/pandora/scripts/op_cpuspeed.sh 125 }