]> Pileus Git - ~andy/linux/commitdiff
Documentation sysfs-bus-usb: Correct use of devnum
authorHans de Goede <hdegoede@redhat.com>
Sat, 3 Aug 2013 14:37:50 +0000 (16:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 19:26:07 +0000 (12:26 -0700)
Correct use of devnum in supports_autosuspend documentation, the sysfs path
contains busnum-port.port.port not busnum-devnum (which is the usb bus device
address).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-bus-usb

index 9759b8c913329cde110754b84438133a4738dcd7..9c8926c5f821f93161856f7e419880b0b155814a 100644 (file)
@@ -60,7 +60,7 @@ Users:
                PowerTOP <power@bughost.org>
                http://www.lesswatts.org/projects/powertop/
 
-What:          /sys/bus/usb/device/<busnum>-<devnum>...:<config num>-<interface num>/supports_autosuspend
+What:          /sys/bus/usb/devices/<busnum>-<port[.port]>...:<config num>-<interface num>/supports_autosuspend
 Date:          January 2008
 KernelVersion: 2.6.27
 Contact:       Sarah Sharp <sarah.a.sharp@intel.com>