distribution/packages/hardware/quirks/devices/AYANEO AIR Plus/001-hardwareinit
fewtarius 14ef633e15
* Air Plus sleep now works correctly.
* Air Plus MMC reader now works mostly correctly.
2023-06-21 21:23:55 +00:00

12 lines
249 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/setsuspendmode mem
fi