Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2523 from fewtarius/dev
Browse files Browse the repository at this point in the history
Switch default suspend mode to mem + s2idle on RK3566.
  • Loading branch information
fewtarius authored Dec 12, 2023
2 parents c91234c + 3c8811d commit 45bbca7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/suspendmode freeze
/usr/bin/suspendmode mem
fi

echo s2idle >/sys/power/mem_sleep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/suspendmode freeze
/usr/bin/suspendmode mem
fi

echo s2idle >/sys/power/mem_sleep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/suspendmode freeze
/usr/bin/suspendmode mem
fi

echo s2idle >/sys/power/mem_sleep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/suspendmode freeze
/usr/bin/suspendmode mem
fi

echo s2idle >/sys/power/mem_sleep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/suspendmode freeze
/usr/bin/suspendmode mem
fi

echo s2idle >/sys/power/mem_sleep
Expand Down

0 comments on commit 45bbca7

Please sign in to comment.