diff options
author | Alexis R. Cortes <alexis.cortes@ti.com> | 2012-10-17 14:09:12 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-28 10:14:14 -0700 |
commit | 045b361901efac992f4ffd773db7c32319ffe177 (patch) | |
tree | dac2ea1e2a1d0bccf079f607e4d11f7283bd1780 /drivers | |
parent | a5204466fa5da21c4431d391101439d7f5f2b828 (diff) | |
download | lwn-045b361901efac992f4ffd773db7c32319ffe177.tar.gz lwn-045b361901efac992f4ffd773db7c32319ffe177.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>
Diffstat (limited to 'drivers')
-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 f75623155308..e52ddfe05486 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -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; |