Re: [PATCH 1/2] Add hub port switchable when checking port power

2015-01-19 Thread vichy
2015-01-19 1:04 GMT+08:00 Alan Stern st...@rowland.harvard.edu: On Sun, 18 Jan 2015, Chechun Kuo wrote: In check_port_resume_type, we will check port power status to determine whether the status should change to -ENODEV. If all ports power control of the hub are handled at once, the port

[PATCH 1/2] Add hub port switchable when checking port power

2015-01-18 Thread Chechun Kuo
In check_port_resume_type, we will check port power status to determine whether the status should change to -ENODEV. If all ports power control of the hub are handled at once, the port power status may not represent the real case and cause resume fail. At this patch, we add

Re: [PATCH 1/2] Add hub port switchable when checking port power

2015-01-18 Thread Alan Stern
On Sun, 18 Jan 2015, Chechun Kuo wrote: In check_port_resume_type, we will check port power status to determine whether the status should change to -ENODEV. If all ports power control of the hub are handled at once, the port power status may not represent the real case and cause resume