* [PATCH] usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
@ 2012-10-17 19:09 Alexis R. Cortes
2012-10-17 20:30 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Alexis R. Cortes @ 2012-10-17 19:09 UTC (permalink / raw)
To: sarah.a.sharp, gregkh; +Cc: linux-usb, linux-kernel, brian.quach, jorge.llamas
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>
---
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 8d7fcbb..7d462bf 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;
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
2012-10-17 19:09 [PATCH] usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP Alexis R. Cortes
@ 2012-10-17 20:30 ` Greg KH
2012-10-17 22:37 ` Sarah Sharp
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2012-10-17 20:30 UTC (permalink / raw)
To: Alexis R. Cortes, sarah.a.sharp
Cc: sarah.a.sharp, linux-usb, linux-kernel, brian.quach, jorge.llamas
On Wed, Oct 17, 2012 at 02:09:12PM -0500, Alexis R. Cortes wrote:
> 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>
Sarah, if you don't mind, I can take this one now, it's trivial enough.
Want to give me your ack?
Also, I'm guessing that backporting it would be a good idea as well?
I'll add the stable tree to it.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP
2012-10-17 20:30 ` Greg KH
@ 2012-10-17 22:37 ` Sarah Sharp
0 siblings, 0 replies; 3+ messages in thread
From: Sarah Sharp @ 2012-10-17 22:37 UTC (permalink / raw)
To: Greg KH
Cc: Alexis R. Cortes, linux-usb, linux-kernel, brian.quach,
jorge.llamas
On Wed, Oct 17, 2012 at 01:30:24PM -0700, Greg KH wrote:
> On Wed, Oct 17, 2012 at 02:09:12PM -0500, Alexis R. Cortes wrote:
> > 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>
>
> Sarah, if you don't mind, I can take this one now, it's trivial enough.
> Want to give me your ack?
Sure, looks fine.
Acked-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
> Also, I'm guessing that backporting it would be a good idea as well?
> I'll add the stable tree to it.
Yes, it should go back to stable trees as old as 3.2, since that was
what commit 71c731a was marked for.
Sarah Sharp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-17 22:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 19:09 [PATCH] usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP Alexis R. Cortes
2012-10-17 20:30 ` Greg KH
2012-10-17 22:37 ` Sarah Sharp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox