aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/stable/sysfs-bus-usb
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/ABI/stable/sysfs-bus-usb')
-rw-r--r--Documentation/ABI/stable/sysfs-bus-usb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/ABI/stable/sysfs-bus-usb b/Documentation/ABI/stable/sysfs-bus-usb
index a6b685724740..e2bc700a6f9c 100644
--- a/Documentation/ABI/stable/sysfs-bus-usb
+++ b/Documentation/ABI/stable/sysfs-bus-usb
@@ -3,13 +3,13 @@ Date: May 2007
3KernelVersion: 2.6.23 3KernelVersion: 2.6.23
4Contact: Alan Stern <stern@rowland.harvard.edu> 4Contact: Alan Stern <stern@rowland.harvard.edu>
5Description: 5Description:
6 If CONFIG_USB_PERSIST is set, then each USB device directory 6 USB device directories can contain a file named power/persist.
7 will contain a file named power/persist. The file holds a 7 The file holds a boolean value (0 or 1) indicating whether or
8 boolean value (0 or 1) indicating whether or not the 8 not the "USB-Persist" facility is enabled for the device. For
9 "USB-Persist" facility is enabled for the device. Since the 9 hubs this facility is always enabled and their device
10 facility is inherently dangerous, it is disabled by default 10 directories will not contain this file.
11 for all devices except hubs. For more information, see 11
12 Documentation/usb/persist.txt. 12 For more information, see Documentation/usb/persist.txt.
13 13
14What: /sys/bus/usb/devices/.../power/autosuspend 14What: /sys/bus/usb/devices/.../power/autosuspend
15Date: March 2007 15Date: March 2007