commit | 644f6a121af0aee94b243d33cfe38d6d474e8cbc | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Thu Aug 08 15:25:47 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 12 15:41:09 2013 -0700 |
tree | e21ddf727c1a887f8b561c032787e01d5ec7acbb | |
parent | c654ecbbfefbeec8fbf202e117364bff48ecaea3 [diff] |
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>