msm8953-common: add support for albus

Signed-off-by: jeangraff30 <jeangraff30@gmail.com>
This commit is contained in:
jeangraff30
2020-12-10 20:29:36 -03:00
parent 29dcca4f37
commit 106e3b7277
4 changed files with 6 additions and 4 deletions

View File

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