Mi1: Attempt to recognize Mi1 model with hwVersion = 8

Closes #364
master
cpfeiffer 2017-03-20 23:25:42 +01:00
parent 14552a1a80
commit da9742fd67
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class DeviceInfo extends AbstractInfo {
}
public boolean isMili1() {
return hwVersion == 2;
return hwVersion == 2 || (feature == 0 && appearance == 0 && hwVersion == 8 && fw2Version == -1);
}
public boolean isMili1A() {