Re: [PATCH v3 1/2] USB: quirks: Check device interface LPM capability

2019-01-11 Thread Greg Kroah-Hartman
On Thu, Jan 10, 2019 at 10:49:09AM -0500, Kyle Williams wrote: > On Wed, Dec 12, 2018 at 12:37:09PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Dec 07, 2018 at 08:47:21PM -0500, Kyle Williams wrote: > > > From: Kyle Williams > > > > > > Description: enable the ability to disable LPM for all devi

Re: [PATCH v3 1/2] USB: quirks: Check device interface LPM capability

2019-01-10 Thread Kyle Williams
On Wed, Dec 12, 2018 at 12:37:09PM +0100, Greg Kroah-Hartman wrote: > On Fri, Dec 07, 2018 at 08:47:21PM -0500, Kyle Williams wrote: > > From: Kyle Williams > > > > Description: enable the ability to disable LPM for all devices matched > > by interface information > > Why have "Description:" in

Re: [PATCH v3 1/2] USB: quirks: Check device interface LPM capability

2018-12-12 Thread Greg Kroah-Hartman
On Fri, Dec 07, 2018 at 08:47:21PM -0500, Kyle Williams wrote: > From: Kyle Williams > > Description: enable the ability to disable LPM for all devices matched > by interface information Why have "Description:" in here? Of course this is the description :) And the subject doesn't make much sen

[PATCH v3 1/2] USB: quirks: Check device interface LPM capability

2018-12-07 Thread Kyle Williams
From: Kyle Williams Description: enable the ability to disable LPM for all devices matched by interface information Signed-off-by: Kyle Williams --- drivers/usb/core/hub.c | 87 +++--- 1 file changed, 48 insertions(+), 39 deletions(-) diff --git a/drivers/u