From 43636156847ebc4f7720d4c96ac0ff51b15e5a41 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 15 Feb 2012 16:05:18 +0200 Subject: [PATCH] op_power.sh: fix accidentally dropped cpu clock save --- recipes/pandora-system/pandora-scripts.bb | 2 +- recipes/pandora-system/pandora-scripts/op_power.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 } -- 2.39.5