add redmi note 5 (untested)

reported here: https://github.com/phhusson/treble_experimentations/wiki/Xiaomi-Redmi-Note-5---Note-5-Pro-%28India%29

Change-Id: I4c1fd7c68b3f1523dd6c3e4c094fb93cbe0e08b0
diff --git a/rw-system.sh b/rw-system.sh
index f399a6a..f9c18c6 100644
--- a/rw-system.sh
+++ b/rw-system.sh
@@ -123,7 +123,7 @@
     chown system:9015 /sys/devices/soc/soc:fpc_fpc1020/irq_cnt
 fi
 
-if getprop ro.vendor.build.fingerprint |grep -q -i -e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura -e xiaomi/nitrogen;then
+if getprop ro.vendor.build.fingerprint |grep -q -i -e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura -e xiaomi/nitrogen -e xiaomi/whyred;then
     setprop persist.sys.qcom-brightness $(cat /sys/class/leds/lcd-backlight/max_brightness)
 fi