]> git.baikalelectronics.ru Git - kernel.git/commit
HWA: avoid constant suspend and resume on the root hub
authorThomas Pugliese <thomas.pugliese@gmail.com>
Thu, 8 Aug 2013 20:25:47 +0000 (15:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 22:41:09 +0000 (15:41 -0700)
commit1ab9aafcb75503c69043ad894fd0fdb8e44ca160
treee21ddf727c1a887f8b561c032787e01d5ec7acbb
parent6e52199e4c48f74ea34632aafab6ee0d25d084a7
HWA: avoid constant suspend and resume on the root hub

Prevent the USB core from suspending the HWA root hub since bus_suspend
and bus_resume are not yet supported.  Otherwise the PM system will chew
up CPU time constantly attempting to suspend and resume the root hub but
never succeeding.

Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/hwa-hc.c