HID: enable hid device to suspend/resume asynchronously
authorFu, Zhonghui <zhonghui.fu@linux.intel.com>
Thu, 24 Sep 2015 06:06:31 +0000 (14:06 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 3 Dec 2015 08:52:51 +0000 (09:52 +0100)
commit64bebefcf3195baed3d15dc377e15d1e7121036a
treea00547072db74bbc397224d69dd0a09249d654e7
parent25364a9e54fb8296837061bf684b76d20eec01fb
HID: enable hid device to suspend/resume asynchronously

Now, PM core supports asynchronous suspend/resume mode for devices
during system suspend/resume, and the power state transition of one
device may be completed in separate kernel thread. PM core ensures
all power state transition timing dependency between devices. This
patch enables hid devices to suspend/resume asynchronously. This
will take advantage of multicore and improve system suspend/resume
speed.

Signed-off-by: Zhonghui Fu <zhonghui.fu@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c