debugfs-olpc 572 B

12345678910111213141516
  1. What: /sys/kernel/debug/olpc-ec/cmd
  2. Date: Dec 2011
  3. KernelVersion: 3.4
  4. Contact: devel@lists.laptop.org
  5. Description:
  6. A generic interface for executing OLPC Embedded Controller commands and
  7. reading their responses.
  8. To execute a command, write data with the format: CC:N A A A A
  9. CC is the (hex) command, N is the count of expected reply bytes, and A A A A
  10. are optional (hex) arguments.
  11. To read the response (if any), read from the generic node after executing
  12. a command. Hex reply bytes will be returned, *whether or not* they came from
  13. the immediately previous command.