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

10 lines
286 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
2023-06-23 20:55:05 +00:00
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"
DEVICE_FAN_INPUT="/sys/class/hwmon/hwmon1/pwm1"
2023-06-23 20:55:05 +00:00
EOF