Include Xiaomi Mi 6X in 12bits backlight devices
Change-Id: I9ea43a0d771427d28b1abf91f96e1431e48cff9e
diff --git a/rw-system.sh b/rw-system.sh
index e8ee3be..793506d 100644
--- a/rw-system.sh
+++ b/rw-system.sh
@@ -117,7 +117,7 @@
chown system:9015 /sys/devices/soc/soc:fpc_fpc1020/irq_cnt
fi
-if getprop ro.vendor.build.fingerprint |grep -q Xiaomi/clover/clover;then
+if getprop ro.vendor.build.fingerprint |grep -q -e Xiaomi/clover/clover -e iaomi/wayne/wayne;then
setprop persist.sys.qcom-brightness $(cat /sys/class/leds/lcd-backlight/max_brightness)
fi