commit | eb5ca72effaa7f691f7df5187c5c5d1268311326 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Mar 01 12:34:50 2008 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Apr 18 17:55:33 2008 +0200 |
tree | e48be32b2a64ddfef8453822be7b7316c25260b4 | |
parent | 080de8c2c57e3199eee837fe8b6d35a43679f8c1 [diff] |
firewire: fw-ohci: switch on bus power after resume on PPC PMac The platform feature calls in the suspend method switched off cable power, but the calls in the resume method did not switch it back on. Add the necessary feature call to .resume. Also add the corresponding call to .suspend to make .suspend's behavior explicitly the same on all PMacs. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>