Re: [PATCH 2/2] Add HCS_PPC when getting root hub status

2015-01-19 Thread vichy
hi alan 2015-01-19 1:06 GMT+08:00 Alan Stern : > On Sun, 18 Jan 2015, Chechun Kuo wrote: > >> for some platform ehci controller, it is possible there is no port power >> control capability in the root hub. >> And we add port power control determination when getting root hub port >> status. > > W

Re: [PATCH 2/2] Add HCS_PPC when getting root hub status

2015-01-18 Thread Alan Stern
On Sun, 18 Jan 2015, Chechun Kuo wrote: > for some platform ehci controller, it is possible there is no port power > control capability in the root hub. > And we add port power control determination when getting root hub port status. Why do you need to do this? Doesn't the current code always g

[PATCH 2/2] Add HCS_PPC when getting root hub status

2015-01-18 Thread Chechun Kuo
for some platform ehci controller, it is possible there is no port power control capability in the root hub. And we add port power control determination when getting root hub port status. Signed-off-by: Chechun Kuo --- drivers/usb/host/ehci-hub.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti