msm8953-common: Fix typo on sanders model

This commit is contained in:
Jorge Lucas
2021-03-06 03:02:57 +00:00
parent 6b56c51280
commit 31af7ced40

View File

@@ -34,7 +34,7 @@ static inline const char* BtmGetDefaultName()
if (strstr(product_device, "potter")) if (strstr(product_device, "potter"))
return "Moto G(5) Plus"; return "Moto G(5) Plus";
if (strstr(product_device, "sanders")) if (strstr(product_device, "sanders"))
return "Moto G(5)S"; return "Moto G(5S) Plus";
// Fallback to ro.product.model // Fallback to ro.product.model
return "Moto MSM8953"; return "Moto MSM8953";