configfs-acpi 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. What: /config/acpi
  2. Date: July 2016
  3. KernelVersion: 4.8
  4. Contact: linux-acpi@vger.kernel.org
  5. Description:
  6. This represents the ACPI subsystem entry point directory. It
  7. contains sub-groups corresponding to ACPI configurable options.
  8. What: /config/acpi/table
  9. Date: July 2016
  10. KernelVersion: 4.8
  11. Description:
  12. This group contains the configuration for user defined ACPI
  13. tables. The attributes of a user define table are:
  14. aml - a binary attribute that the user can use to
  15. fill in the ACPI aml definitions. Once the aml
  16. data is written to this file and the file is
  17. closed the table will be loaded and ACPI devices
  18. will be enumerated. To check if the operation is
  19. successful the user must check the error code
  20. for close(). If the operation is successful,
  21. subsequent writes to this attribute will fail.
  22. The rest of the attributes are read-only and are valid only
  23. after the table has been loaded by filling the aml entry:
  24. signature - ASCII table signature
  25. length - length of table in bytes, including the header
  26. revision - ACPI Specification minor version number
  27. oem_id - ASCII OEM identification
  28. oem_table_id - ASCII OEM table identification
  29. oem_revision - OEM revision number
  30. asl_compiler_id - ASCII ASL compiler vendor ID
  31. asl_compiler_revision - ASL compiler version