diff options
author | Alexis R. Cortes <alexis.cortes@ti.com> | 2012-10-17 14:09:12 -0500 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2012-10-30 23:26:51 +0000 |
commit | 0d7d7745cc05f367f272daca859639a02e07feef (patch) | |
tree | d10b48ef7c49d9ca000bba86774074a5e6c713dc | |
parent | 04dd5c71af5db7aa9b9c303292857bdfe57ff817 (diff) | |
download | lwn-0d7d7745cc05f367f272daca859639a02e07feef.tar.gz lwn-0d7d7745cc05f367f272daca859639a02e07feef.zip |
usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
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>
-rw-r--r-- | drivers/usb/host/xhci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index f5c0f388e3e3..5a23f4df2cae 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -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; |