From: vimacs Date: Thu, 18 Feb 2010 17:07:51 +0000 (+0100) Subject: changed cpu resume from -ge 14 to -gt 14 X-Git-Tag: Release-2010-05/1~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19dd39e6869aa7b7c4b3218d548a565872439291;p=pandora-libraries.git changed cpu resume from -ge 14 to -gt 14 modified: testdata/scripts/op_power.sh --- diff --git a/testdata/scripts/op_power.sh b/testdata/scripts/op_power.sh index a95b977..71b36bc 100755 --- a/testdata/scripts/op_power.sh +++ b/testdata/scripts/op_power.sh @@ -19,7 +19,7 @@ if [ "$1" -le "3" ]; then # button was pressed 1-3sec, "suspend" else /usr/pandora/scripts/op_bright.sh $maxbright fi - if [ $oldspeed -ge 14 ] && [ $oldspeed -le 1000 ]; then + if [ $oldspeed -gt 14 ] && [ $oldspeed -le 1000 ]; then echo $oldspeed > /proc/pandora/cpu_mhz_max else echo 500 > /proc/pandora/cpu_mhz_max