From 0922844a1ae294ecd6a84b7582fcb730513e3fb1 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Tue, 20 Aug 2019 00:03:14 +0200 Subject: [PATCH] Use Samsung key layouts on all samsung devices --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 4129637..2a36499 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -59,7 +59,7 @@ changeKeylayout() { changed=false if getprop ro.vendor.build.fingerprint | - grep -qE -e ".*(crown|star)[q2]*lte.*" -e ".*(SC-0[23]K|SCV3[89]).*"; then + grep -qE -e "^samsung"; then changed=true cp /system/phh/samsung-gpio_keys.kl /mnt/phh/keylayout/gpio_keys.kl