msm8953-common: Fix typo on sanders model
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user