From ed7e9f06b818b83750b1c7531bd8d2fe3adfb259 Mon Sep 17 00:00:00 2001 From: vimacs Date: Thu, 18 Feb 2010 16:22:01 +0100 Subject: [PATCH] Power down/up bt and wl modified: testdata/scripts/op_power.sh --- testdata/scripts/op_power.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testdata/scripts/op_power.sh b/testdata/scripts/op_power.sh index 98354b3..34bf376 100755 --- a/testdata/scripts/op_power.sh +++ b/testdata/scripts/op_power.sh @@ -24,6 +24,8 @@ if [ "$1" -le "3" ]; then # button was pressed 1-3sec, "suspend" else echo 500 > /proc/pandora/cpu_mhz_max fi + hciconfig hci0 up + /etc/init.d/S30wlxxx-init start pidlist=$(pstree -lpA | grep pnd_run.sh | sed -ne 's/.*(\([0-9]\+\))/\1/p') for PID in $pidlist do -- 2.39.5