From 31af7ced40713bed88887884b66065981bf558d9 Mon Sep 17 00:00:00 2001 From: Jorge Lucas Date: Sat, 6 Mar 2021 03:02:57 +0000 Subject: [PATCH] msm8953-common: Fix typo on sanders model --- bluetooth/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 1899590..e6bcc82 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -34,7 +34,7 @@ static inline const char* BtmGetDefaultName() if (strstr(product_device, "potter")) return "Moto G(5) Plus"; if (strstr(product_device, "sanders")) - return "Moto G(5)S"; + return "Moto G(5S) Plus"; // Fallback to ro.product.model return "Moto MSM8953";