distribution/packages/hardware/quirks/devices/Anbernic RG552/020-fan_control

9 lines
245 B
Text
Raw Normal View History

#!/bin/sh
2023-06-23 20:55:05 +00:00
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
cat <<EOF >/storage/.config/profile.d/020-fan_control
DEVICE_HAS_FAN="true"
2023-06-23 20:55:05 +00:00
DEVICE_PWM_FAN="/sys/class/hwmon/hwmon1/pwm1"
EOF