Commit 0d7d7745 authored by Alexis R. Cortes's avatar Alexis R. Cortes Committed by Ben Hutchings

usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP

commit 47080974 upstream.

This minor change adds a new system to which the "Fix Compliance Mode
on SN65LVPE502CP Hardware" patch has to be applied also.

System added:
Vendor: Hewlett-Packard. System Model: Z1
Signed-off-by: default avatarAlexis R. Cortes <alexis.cortes@ti.com>
Acked-by: default avatarSarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 04dd5c71
...@@ -471,7 +471,8 @@ static bool compliance_mode_recovery_timer_quirk_check(void) ...@@ -471,7 +471,8 @@ static bool compliance_mode_recovery_timer_quirk_check(void)
if (strstr(dmi_product_name, "Z420") || if (strstr(dmi_product_name, "Z420") ||
strstr(dmi_product_name, "Z620") || strstr(dmi_product_name, "Z620") ||
strstr(dmi_product_name, "Z820")) strstr(dmi_product_name, "Z820") ||
strstr(dmi_product_name, "Z1"))
return true; return true;
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment