From 1fb1f6346b95776e2cdd427b04e8ddbae0a0f5e0 Mon Sep 17 00:00:00 2001 From: Taqi Raza Date: Sat, 30 Jul 2022 11:35:42 +0500 Subject: [PATCH] Fix brightness slider on Xiaomi Poco M4 Pro 5G --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 2173b91..7961739 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -424,7 +424,7 @@ if getprop ro.vendor.build.fingerprint | grep -q -i \ -e xiaomi/nitrogen -e xiaomi/whyred -e xiaomi/platina \ -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61 -e xiaomi/tulip \ -e xiaomi/lavender -e xiaomi/olive -e xiaomi/olivelite -e xiaomi/pine \ - -e Redmi/lancelot -e Redmi/galahad; then + -e Redmi/lancelot -e Redmi/galahad -e POCO/evergreen; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi