Re: [PATCH 1/2] USB: turn off padding of resume time delays

2016-12-13 Thread Todd Brandt
On Mon, 2016-12-05 at 12:06 +0200, Felipe Balbi wrote: > Hi, > > Todd Brandt writes: > > Add a module parameter that replaces the USB_RESUME_TIMEOUT > > and other hardcoded delay numbers with the USB spec minimums. > > By default the patch retains the current values. > > > > The USB subsystem cur

Re: [PATCH 1/2] USB: turn off padding of resume time delays

2016-12-05 Thread Felipe Balbi
Hi, Todd Brandt writes: > Add a module parameter that replaces the USB_RESUME_TIMEOUT > and other hardcoded delay numbers with the USB spec minimums. > By default the patch retains the current values. > > The USB subsystem currently uses heavily padded values for TDRSMDN > and TRSTRCY. This patc

Re: [PATCH 1/2] USB: turn off padding of resume time delays

2016-12-03 Thread Todd Brandt
On Sat, 2016-12-03 at 12:20 -0500, Alan Stern wrote: > On Fri, 2 Dec 2016, Todd Brandt wrote: > > > Add a module parameter that replaces the USB_RESUME_TIMEOUT > > and other hardcoded delay numbers with the USB spec minimums. > > By default the patch retains the current values. > > > > The USB su

Re: [PATCH 1/2] USB: turn off padding of resume time delays

2016-12-03 Thread Alan Stern
On Fri, 2 Dec 2016, Todd Brandt wrote: > Add a module parameter that replaces the USB_RESUME_TIMEOUT > and other hardcoded delay numbers with the USB spec minimums. > By default the patch retains the current values. > > The USB subsystem currently uses heavily padded values for TDRSMDN > and TRST

[PATCH 1/2] USB: turn off padding of resume time delays

2016-12-02 Thread Todd Brandt
Add a module parameter that replaces the USB_RESUME_TIMEOUT and other hardcoded delay numbers with the USB spec minimums. By default the patch retains the current values. The USB subsystem currently uses heavily padded values for TDRSMDN and TRSTRCY. This patch keeps the current values by default,