usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
authorAlexis R. Cortes <alexis.cortes@ti.com>
Wed, 17 Oct 2012 19:09:12 +0000 (14:09 -0500)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 30 Oct 2012 23:26:51 +0000 (23:26 +0000)
commit 470809741a28c3092279f4e1f3f432e534d46068 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: Alexis R. Cortes <alexis.cortes@ti.com>
Acked-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/host/xhci.c

index f5c0f38..5a23f4d 100644 (file)
@@ -471,7 +471,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;