changed cpu resume from -ge 14 to -gt 14
authorvimacs <vimacs@pndtest>
Thu, 18 Feb 2010 17:07:51 +0000 (18:07 +0100)
committervimacs <vimacs@pndtest>
Thu, 18 Feb 2010 17:07:51 +0000 (18:07 +0100)
modified:   testdata/scripts/op_power.sh

testdata/scripts/op_power.sh

index a95b977..71b36bc 100755 (executable)
@@ -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