RE: [PATCH 2/2] usb: host: ehci-platform: add a quirk to avoid stuck

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 20 Jan 2020, Yoshihiro Shimoda wrote:

> > > +static void ehci_platform_quirk_poll_work(struct work_struct *work)
> > > +{
> > > +	struct ehci_platform_priv *priv =
> > > +		container_of(work, struct ehci_platform_priv, poll_work);
> > > +	struct ehci_hcd *ehci = container_of((void *)priv, struct ehci_hcd,
> > > +					     priv);
> > > +	int i;
> > > +
> > > +	usleep_range(4000, 8000);
> > 
> > You have just waited 1000 ms for the timer.  Why will sleeping an
> > additional 4 - 8 ms make any difference?
> 
> This sleeping can avoid a misdetection between this work function and
> reconnection. If user reconnects the usb within 4 ms, the PORTSC
> condition is possible to be the same as the issue's condition.
> I think I should have described this information into the code.
> 
> However, if I used schedule_delayed_work() instead, we can remove
> the usleep_range().

Why not just make the timer delay be 1004 or 1008 ms instead of adding
this extra delay here?

Alan Stern




[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux