Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-04-08 Thread gpramod
>> On Wed, Mar 25, 2015 at 12:23:19PM +0530, rtat...@codeaurora.org wrote: >>> From: Rupesh Tatiya >>> >>> USB 2.01+ full-speed devices can have extended descriptor as well >>> and can support LPM. >>> >>> Change-Id: Ic055d51c02651810d3eb7141bab20a090fe8453b >> >> We can't take patches with this i

Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-04-08 Thread Greg KH
On Wed, Apr 08, 2015 at 11:27:40AM -, rtat...@codeaurora.org wrote: > > On Wed, Mar 25, 2015 at 12:23:19PM +0530, rtat...@codeaurora.org wrote: > >> From: Rupesh Tatiya > >> > >> USB 2.01+ full-speed devices can have extended descriptor as well > >> and can support LPM. > >> > >> Change-Id: Ic

Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-04-08 Thread rtatiya
> On Wed, Mar 25, 2015 at 12:23:19PM +0530, rtat...@codeaurora.org wrote: >> From: Rupesh Tatiya >> >> USB 2.01+ full-speed devices can have extended descriptor as well >> and can support LPM. >> >> Change-Id: Ic055d51c02651810d3eb7141bab20a090fe8453b > > We can't take patches with this in it, as

Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-04-08 Thread rtatiya
>> >> USB 2.01+ full-speed devices can have extended descriptor as well >> and can support LPM. > > Yes, they in theory can, but what happens if they are actually > asked to do so? On how many devices have you tested this patch? > I have tested this on Qualcomm USB controller, LPM works. LPM works

Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-03-25 Thread Oliver Neukum
On Wed, 2015-03-25 at 12:23 +0530, rtat...@codeaurora.org wrote: > From: Rupesh Tatiya > > USB 2.01+ full-speed devices can have extended descriptor as well > and can support LPM. Yes, they in theory can, but what happens if they are actually asked to do so? On how many devices have you tested t

Re: [PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-03-24 Thread Greg KH
On Wed, Mar 25, 2015 at 12:23:19PM +0530, rtat...@codeaurora.org wrote: > From: Rupesh Tatiya > > USB 2.01+ full-speed devices can have extended descriptor as well > and can support LPM. > > Change-Id: Ic055d51c02651810d3eb7141bab20a090fe8453b We can't take patches with this in it, as it makes

[PATCH] usb: Enable LPM for USB 2.01+ full-speed devices

2015-03-24 Thread rtatiya
From: Rupesh Tatiya USB 2.01+ full-speed devices can have extended descriptor as well and can support LPM. Change-Id: Ic055d51c02651810d3eb7141bab20a090fe8453b Signed-off-by: Rupesh Tatiya --- drivers/usb/core/hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/us