Re: [PATCH 10/10] usb: add usb port's pm qos flags request to change NO_POWER_OFF flag

2012-11-30 Thread Alan Stern
On Fri, 30 Nov 2012, Lan Tianyu wrote: > On 2012年11月29日 03:42, Alan Stern wrote: > > On Sat, 17 Nov 2012, Lan Tianyu wrote: > > > >> Some usb devices can't be resumed correctly after power off. This > >> patch is to add pm qos flags request to change NO_POWER_OFF and > >> provide usb_device_allow

Re: [PATCH 10/10] usb: add usb port's pm qos flags request to change NO_POWER_OFF flag

2012-11-29 Thread Lan Tianyu
On 2012年11月29日 03:42, Alan Stern wrote: > On Sat, 17 Nov 2012, Lan Tianyu wrote: > >> Some usb devices can't be resumed correctly after power off. This >> patch is to add pm qos flags request to change NO_POWER_OFF and >> provide usb_device_allow_power_off() for device drivers to allow or >> prohi

Re: [PATCH 10/10] usb: add usb port's pm qos flags request to change NO_POWER_OFF flag

2012-11-28 Thread Alan Stern
On Sat, 17 Nov 2012, Lan Tianyu wrote: > Some usb devices can't be resumed correctly after power off. This > patch is to add pm qos flags request to change NO_POWER_OFF and > provide usb_device_allow_power_off() for device drivers to allow or > prohibit usb core to power off the device. What happ

[PATCH 10/10] usb: add usb port's pm qos flags request to change NO_POWER_OFF flag

2012-11-17 Thread Lan Tianyu
Some usb devices can't be resumed correctly after power off. This patch is to add pm qos flags request to change NO_POWER_OFF and provide usb_device_allow_power_off() for device drivers to allow or prohibit usb core to power off the device. Acked-by: Rafael J. Wysocki Signed-off-by: Lan Tianyu -