Support for honor phones (huawei sub-brand)

This commit is contained in:
neg1tiveOne 2021-07-09 22:24:09 +05:30
parent bfdbf13442
commit 70392455be

View file

@ -661,6 +661,7 @@ get_brand() {
# Support for sub-brands
case "$brand" in
"redmi"|"poco") echo "xiaomi" ;;
"honor") echo "huawei" ;;
*) echo "$brand"
esac
}
@ -751,4 +752,4 @@ uad_recovery_mode() {
done
}
main "$@"; exit
main "$@"; exit