|
@@ -479,7 +479,8 @@ static bool compliance_mode_recovery_timer_quirk_check(void)
|
|
|
|
|
|
if (strstr(dmi_product_name, "Z420") ||
|
|
|
strstr(dmi_product_name, "Z620") ||
|
|
|
- strstr(dmi_product_name, "Z820"))
|
|
|
+ strstr(dmi_product_name, "Z820") ||
|
|
|
+ strstr(dmi_product_name, "Z1"))
|
|
|
return true;
|
|
|
|
|
|
return false;
|