forked from ROCKNIX/distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ROCKNIX#16 from r3claimer/dev
Powkiddy RK3566 sleep mode
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
packages/hardware/quirks/devices/Powkiddy RGB10 Max 3/030-sleep_freeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX) | ||
|
||
. /etc/profile.d/001-functions | ||
|
||
# Set sleep mode to freeze | ||
set_setting "system.suspendmode" "freeze" |
9 changes: 9 additions & 0 deletions
9
packages/hardware/quirks/devices/Powkiddy RK2023/030-sleep_freeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
# Copyright (C) 2024-present ROCKNIX (https://github.com/ROCKNIX) | ||
|
||
. /etc/profile.d/001-functions | ||
|
||
# Set sleep mode to freeze | ||
set_setting "system.suspendmode" "freeze" |