distribution/packages/hardware/quirks/devices/Anbernic RG552/001-device_config

20 lines
682 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/fewtarius)
2023-06-23 03:14:11 +00:00
cat <<EOF >/storage/.config/profile.d/001-device_config
2023-06-23 03:14:11 +00:00
# Device Features
DEVICE_FAKE_JACKSENSE="true"
DEVICE_VOLUMECTL="true"
2023-06-23 03:14:11 +00:00
DEVICE_AUDIO_MIXER="DAC"
2023-07-06 22:59:41 +00:00
DEVICE_PLAYBACK_PATH_SPK="1*"
DEVICE_PLAYBACK_PATH_HP="0*"
2023-06-23 03:14:11 +00:00
DEVICE_BRIGHTNESS="128"
2023-07-06 15:36:07 +00:00
DEVICE_HEADPHONE_DEV="/dev/input/by-path/platform-es8316-sound-event"
DEVICE_HAS_HDMI="true"
DEVICE_BATTERY_LED_STATUS="true"
DEVICE_PWR_LED_CONTROL="true"
2023-06-23 03:14:11 +00:00
2023-06-28 12:52:36 +00:00
DEVICE_TEMP_SENSOR=("/sys/devices/virtual/thermal/thermal_zone0/temp" "/sys/devices/virtual/thermal/thermal_zone1/temp")
2023-06-23 03:14:11 +00:00
EOF