commit | a90309860b0935805d49e75499fb8dc59fea8e94 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Apr 02 13:22:16 2010 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu May 20 13:21:37 2010 -0700 |
tree | 2d5ed0376a0f0ead945afdaa11be00a48bc0af6c | |
parent | 9e18c821659d836bd63f88df3c19729327728496 [diff] |
USB: deprecate the power/level sysfs attribute This patch (as1367) deprecates USB's power/level sysfs attribute in favor of the power/control attribute provided by the runtime PM core. The two attributes do the same thing. It would be nice to replace power/level with a symlink to power/control, but at the moment sysfs doesn't offer any way to do so. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>