From 809d83671f019f41fafc12f16891a29a448bb6f6 Mon Sep 17 00:00:00 2001 From: Taqi Raza Date: Sat, 30 Jul 2022 11:45:32 +0500 Subject: [PATCH] Update keylayout check fix getting device POCO in build fingerprint. --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 2173b91..cc52f93 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -147,7 +147,7 @@ changeKeylayout() { fi if getprop ro.vendor.build.fingerprint | grep -iq \ - -e poco/ -e redmi/ -e xiaomi/ ; then + -e poco/ -e POCO/ -e redmi/ -e xiaomi/ ; then if [ ! -f /mnt/phh/keylayout/uinput-goodix.kl ]; then cp /system/phh/empty /mnt/phh/keylayout/uinput-goodix.kl chmod 0644 /mnt/phh/keylayout/uinput-goodix.kl