msm8953-common: Add support for potter

Signed-off-by: Jorge Lucas <jorgelucas@pixelexperience.org>
This commit is contained in:
Jorge Lucas
2021-03-06 03:02:25 +00:00
parent 7a83fee3ea
commit 6b56c51280
4 changed files with 5 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ static inline const char* BtmGetDefaultName()
return "Moto G(6)";
if (strstr(product_device, "albus"))
return "Moto Z2 Play";
if (strstr(product_device, "potter"))
return "Moto G(5) Plus";
if (strstr(product_device, "sanders"))
return "Moto G(5)S";