Re: [PATCH] Intel xhci: Only switch the switchable ports

2012-08-09 Thread Keng-Yu Lin
On Fri, Aug 10, 2012 at 3:38 AM, Sarah Sharp wrote: > On Fri, Aug 10, 2012 at 12:13:19AM +0800, Keng-Yu Lin wrote: >> On Thu, Aug 9, 2012 at 10:24 PM, Sarah Sharp >> wrote: >> > On Thu, Aug 09, 2012 at 05:31:51PM +0800, Keng-Yu Lin wrote: >> >> With a previou

[PATCH v2] Intel xhci: Only switch the switchable ports

2012-08-09 Thread Keng-Yu Lin
. This patch adds the checking code for the two register so that only the switchable ports are altered. Signed-off-by: Keng-Yu Lin --- drivers/usb/host/pci-quirks.c | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) Correct the comment as suggested by Sarah

Re: [PATCH] Intel xhci: Only switch the switchable ports

2012-08-09 Thread Keng-Yu Lin
On Thu, Aug 9, 2012 at 10:24 PM, Sarah Sharp wrote: > On Thu, Aug 09, 2012 at 05:31:51PM +0800, Keng-Yu Lin wrote: >> With a previous patch to enable the EHCI/XHCI port switching, it switches >> all the available ports. >> >> The assumption is not correct because the

[PATCH] Intel xhci: Only switch the switchable ports

2012-08-09 Thread Keng-Yu Lin
. This patch adds the checking code for the two register so that only the switchable ports are altered. Signed-off-by: Keng-Yu Lin --- drivers/usb/host/pci-quirks.c | 27 +++ 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/pci-quirks.c b