From bd84f2d55bced8bfeebea521e2f3838823a2267c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 24 Oct 2012 10:08:18 -0700 Subject: [PATCH] 3.4-stable patches added patches: usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch --- queue-3.4/series | 1 + ...mpliance-mode-patch-on-sn65lvpe502cp.patch | 35 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 queue-3.4/usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch diff --git a/queue-3.4/series b/queue-3.4/series index 8b20684da62..c4dd7c56928 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -14,3 +14,4 @@ x86-exclude-e820_reserved-regions-and-memory-holes-above-4-gb-from-direct-mappin xen-x86-don-t-corrupt-eip-when-returning-from-a-signal-handler.patch usb-cdc-acm-fix-pipe-type-of-write-endpoint.patch usb-acm-fix-the-computation-of-the-number-of-data-bits.patch +usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch diff --git a/queue-3.4/usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch b/queue-3.4/usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch new file mode 100644 index 00000000000..4478b9e5635 --- /dev/null +++ b/queue-3.4/usb-host-xhci-new-system-added-for-compliance-mode-patch-on-sn65lvpe502cp.patch @@ -0,0 +1,35 @@ +From 470809741a28c3092279f4e1f3f432e534d46068 Mon Sep 17 00:00:00 2001 +From: "Alexis R. Cortes" +Date: Wed, 17 Oct 2012 14:09:12 -0500 +Subject: usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP + +From: "Alexis R. Cortes" + +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 +Acked-by: Sarah Sharp +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/usb/host/xhci.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +--- a/drivers/usb/host/xhci.c ++++ b/drivers/usb/host/xhci.c +@@ -479,7 +479,8 @@ static bool compliance_mode_recovery_tim + + 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; -- 2.47.3