[PATCH v3 8/9] usb: expose usb port's pm qos flags to user space

2013-01-06 Thread Lan Tianyu
This patch is to expose usb port's pm qos flags(pm_qos_no_power_off, pm_qos_remote_wakeup) to user space. User can set pm_qos_no_power_off flag to prohibit the port from being power off. Signed-off-by: Lan Tianyu tianyu@intel.com --- drivers/usb/core/port.c |9 +++-- 1 file changed,

Re: [PATCH v3 9/9] usb: add usb_device_allow_power_off() and usb_device_prevent_power_off() function.

2013-01-06 Thread Lan Tianyu
On 2013年01月06日 23:16, Sergei Shtylyov wrote: Hello. On 06-01-2013 12:29, Lan Tianyu wrote: Some usb devices can't be resumed correctly after power off. This patch is to add usb_device_allow_power_off() and usb_device_prevent_power_off() for device's driver to allow or prohibit device to

Re: [PATCH v2 0/1] Input: xpad - Implement wireless controller LED setting and fix connect time LED setting

2013-01-06 Thread Chris Moeller
On Mon, 10 Dec 2012 05:24:02 -0800 Chris Moeller kod...@gmail.com wrote: On Mon, 10 Dec 2012 04:43:54 -0800 Chris Moeller kod...@gmail.com wrote: On Mon, 10 Dec 2012 02:58:25 -0800 Chris Moeller kod...@gmail.com wrote: On Sun, 2 Dec 2012 23:43:18 -0800 Dmitry Torokhov