PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/Documentation/ABI/obsolete/sysfs-bus-usb

https://bitbucket.org/agherzan/raspberrypi-linux
#! | 31 lines | 27 code | 4 blank | 0 comment | 0 complexity | 4a7031fe9bf13ece48f95c1aa257d851 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
  1. What: /sys/bus/usb/devices/.../power/level
  2. Date: March 2007
  3. KernelVersion: 2.6.21
  4. Contact: Alan Stern <stern@rowland.harvard.edu>
  5. Description:
  6. Each USB device directory will contain a file named
  7. power/level. This file holds a power-level setting for
  8. the device, either "on" or "auto".
  9. "on" means that the device is not allowed to autosuspend,
  10. although normal suspends for system sleep will still
  11. be honored. "auto" means the device will autosuspend
  12. and autoresume in the usual manner, according to the
  13. capabilities of its driver.
  14. During normal use, devices should be left in the "auto"
  15. level. The "on" level is meant for administrative uses.
  16. If you want to suspend a device immediately but leave it
  17. free to wake up in response to I/O requests, you should
  18. write "0" to power/autosuspend.
  19. Device not capable of proper suspend and resume should be
  20. left in the "on" level. Although the USB spec requires
  21. devices to support suspend/resume, many of them do not.
  22. In fact so many don't that by default, the USB core
  23. initializes all non-hub devices in the "on" level. Some
  24. drivers may change this setting when they are bound.
  25. This file is deprecated and will be removed after 2010.
  26. Use the power/control file instead; it does exactly the
  27. same thing.