From 453790be163c58de4bd6cc5bd54163e9a21b2217 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 20 May 2019 23:35:16 +0200 Subject: [PATCH] Add tulip in qcom backlight --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 43dfa7e..bd0cde1 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -160,7 +160,7 @@ fi if getprop ro.vendor.build.fingerprint | grep -q -i \ -e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura \ -e xiaomi/nitrogen -e xiaomi/whyred -e xiaomi/platina \ - -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61; then + -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61 -e xiaomi/tulip; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi