sysfs-bus-acpi 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. What: /sys/bus/acpi/devices/.../path
  2. Date: December 2006
  3. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  4. Description:
  5. This attribute indicates the full path of ACPI namespace
  6. object associated with the device object. For example,
  7. \_SB_.PCI0.
  8. This file is not present for device objects representing
  9. fixed ACPI hardware features (like power and sleep
  10. buttons).
  11. What: /sys/bus/acpi/devices/.../modalias
  12. Date: July 2007
  13. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  14. Description:
  15. This attribute indicates the PNP IDs of the device object.
  16. That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or
  17. CCCCCCCC contains device object's PNPID (_HID or _CID).
  18. What: /sys/bus/acpi/devices/.../hid
  19. Date: April 2005
  20. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  21. Description:
  22. This attribute indicates the hardware ID (_HID) of the
  23. device object. For example, PNP0103.
  24. This file is present for device objects having the _HID
  25. control method.
  26. What: /sys/bus/acpi/devices/.../description
  27. Date: October 2012
  28. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  29. Description:
  30. This attribute contains the output of the device object's
  31. _STR control method, if present.
  32. What: /sys/bus/acpi/devices/.../adr
  33. Date: October 2012
  34. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  35. Description:
  36. This attribute contains the output of the device object's
  37. _ADR control method, which is present for ACPI device
  38. objects representing devices having standard enumeration
  39. algorithms, such as PCI.
  40. What: /sys/bus/acpi/devices/.../uid
  41. Date: October 2012
  42. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  43. Description:
  44. This attribute contains the output of the device object's
  45. _UID control method, if present.
  46. What: /sys/bus/acpi/devices/.../eject
  47. Date: December 2006
  48. Contact: Rafael J. Wysocki <rjw@rjwysocki.net>
  49. Description:
  50. Writing 1 to this attribute will trigger hot removal of
  51. this device object. This file exists for every device
  52. object that has _EJ0 method.