On Fri, 10 Jan 2014, Venkatesh Murthy, HemanthX wrote:
> Yes agree, but I think the multiple loops can be avoided. With the
> below change in hub_port_wait_reset around 5 secs is saved for
> disconnect detection.
>
> @@ -2545,15 +2546,15 @@ static int hub_port_wait_reset(struct usb_hub *hub,
> i
>-Original Message-
>From: Sarah Sharp [mailto:sarah.a.sh...@linux.intel.com]
>Sent: Friday, January 10, 2014 12:44 AM
>To: Venkatesh Murthy, HemanthX
>Cc: Alan Stern; linux-usb@vger.kernel.org; Nandibasappa, GirishX
>Subject: Re: [PATCH] usb: Skip U1/U2 LPM di
On Wed, Jan 08, 2014 at 09:20:41AM +, Venkatesh Murthy, HemanthX wrote:
> We tried pulling this commit to our tree, we still see below errors multiple
> times.
That's expected. The device disconnect causes the port to go into the
Inactive state and the host *must* handle that.
> Should hub_
>-Original Message-
>From: Sarah Sharp [mailto:sarah.a.sh...@linux.intel.com]
>Sent: Tuesday, January 07, 2014 12:16 AM
>To: Alan Stern
>Cc: linux-usb@vger.kernel.org; Nandibasappa, GirishX; Venkatesh Murthy,
>HemanthX
>Subject: Re: [PATCH] usb: Skip U1/U2 LPM
On Sat, Jan 04, 2014 at 12:09:27PM -0500, Alan Stern wrote:
> On Fri, 3 Jan 2014, Sarah Sharp wrote:
>
> > Occasionally when a USB 3.0 device is disconnected, the roothub port
> > goes into the SS.Inactive state, rather than reporting a disconnect. A
> > warm reset is the only way to get out of t
On Fri, Jan 03, 2014 at 04:49:16PM -0800, Greg KH wrote:
> On Fri, Jan 03, 2014 at 04:22:45PM -0800, Sarah Sharp wrote:
> > Occasionally when a USB 3.0 device is disconnected, the roothub port
> > goes into the SS.Inactive state, rather than reporting a disconnect.
>
> Is that a hardware bug? Or
On Fri, 3 Jan 2014, Sarah Sharp wrote:
> Occasionally when a USB 3.0 device is disconnected, the roothub port
> goes into the SS.Inactive state, rather than reporting a disconnect. A
> warm reset is the only way to get out of this state. khubd notices the
> link state in hub_port_events(),
Do y
On Fri, Jan 03, 2014 at 04:22:45PM -0800, Sarah Sharp wrote:
> Occasionally when a USB 3.0 device is disconnected, the roothub port
> goes into the SS.Inactive state, rather than reporting a disconnect.
Is that a hardware bug? Or just something inherent in how the spec says
things can work?
than