Re: [PATCH] hid: enable hid device to suspend/resume asynchronously

2015-09-25 Thread Jiri Kosina
On Thu, 24 Sep 2015, Fu, Zhonghui wrote: > >> Enable hid device to suspend/resume asynchronously. This can improve > >> system suspend/resume speed. > > How well was this tested? > > > > Power management is notorious for not being really in excellent shape on > > many HID devices. > > > > So I'd

Re: [PATCH] hid: enable hid device to suspend/resume asynchronously

2015-09-23 Thread Fu, Zhonghui
On 2015/9/4 21:10, Jiri Kosina wrote: > On Mon, 17 Aug 2015, Fu, Zhonghui wrote: > >> Enable hid device to suspend/resume asynchronously. This can improve >> system suspend/resume speed. > How well was this tested? > > Power management is notorious for not being really in excellent shape on > ma

Re: [PATCH] hid: enable hid device to suspend/resume asynchronously

2015-09-04 Thread Jiri Kosina
On Mon, 17 Aug 2015, Fu, Zhonghui wrote: > Enable hid device to suspend/resume asynchronously. This can improve > system suspend/resume speed. How well was this tested? Power management is notorious for not being really in excellent shape on many HID devices. So I'd like to be careful. Thanks

Re: [PATCH] hid: enable hid device to suspend/resume asynchronously

2015-08-24 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/8/17 23:55, Fu, Zhonghui wrote: > Enable hid device to suspend/resume asynchronously. This can improve > system suspend/resume speed. > > Signed-off-by: Zhonghui Fu > --- > drivers/hid/hid-core.c |1 + > 1 files changed, 1 insertion

[PATCH] hid: enable hid device to suspend/resume asynchronously

2015-08-17 Thread Fu, Zhonghui
Enable hid device to suspend/resume asynchronously. This can improve system suspend/resume speed. Signed-off-by: Zhonghui Fu --- drivers/hid/hid-core.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index e6fce23..27ac160