echo active > /sys/devices/platform/gpio-switch/sleep_ind/state
awk '/sleep_ind/{ if ($2 == 1) { VALUE="active"; } else { VALUE="inactive"; } print VALUE > "/sys/devices/platform/gpio-switch/sleep_ind/state" }' < /etc/pmconfig
| The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
| The Following User Says Thank You to Estel For This Useful Post: | ||