diff options
| author | Sardaruddin Syed <ssardaruddin2002@gmail.com> | 2026-05-30 23:34:07 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-07-10 15:56:10 +0200 |
| commit | ff14cf71c89cbf4cbde9add29dcc72b0fc8cd88f (patch) | |
| tree | 537dd6d6d48d1ae66015ed8c910900d09f6aa8aa | |
| parent | e71b845c1d9e5054172f32da6c8fba2b7cb8e4ca (diff) | |
| download | linux-ff14cf71c89cbf4cbde9add29dcc72b0fc8cd88f.tar.gz linux-ff14cf71c89cbf4cbde9add29dcc72b0fc8cd88f.zip | |
Documentation: ABI: remove outdated USB power/level removal notice
The sysfs power/level interface is still implemented and documented
despite the removal notice stating it would be removed after 2010.
Remove the outdated removal timeline while keeping the deprecation
notice and recommendation to use power/control instead.
Signed-off-by: Sardaruddin Syed <ssardaruddin2002@gmail.com>
Link: https://patch.msgid.link/20260530233410.1718-1-ssardaruddin2002@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | Documentation/ABI/obsolete/sysfs-bus-usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-bus-usb b/Documentation/ABI/obsolete/sysfs-bus-usb index bd096d33fbc7..067016e62e11 100644 --- a/Documentation/ABI/obsolete/sysfs-bus-usb +++ b/Documentation/ABI/obsolete/sysfs-bus-usb @@ -26,6 +26,6 @@ Description: initializes all non-hub devices in the "on" level. Some drivers may change this setting when they are bound. - This file is deprecated and will be removed after 2010. + This file is deprecated. Use the power/control file instead; it does exactly the same thing. |
