commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
17 lines
572 B
Plaintext
17 lines
572 B
Plaintext
What: /sys/kernel/debug/olpc-ec/cmd
|
|
Date: Dec 2011
|
|
KernelVersion: 3.4
|
|
Contact: devel@lists.laptop.org
|
|
Description:
|
|
|
|
A generic interface for executing OLPC Embedded Controller commands and
|
|
reading their responses.
|
|
|
|
To execute a command, write data with the format: CC:N A A A A
|
|
CC is the (hex) command, N is the count of expected reply bytes, and A A A A
|
|
are optional (hex) arguments.
|
|
|
|
To read the response (if any), read from the generic node after executing
|
|
a command. Hex reply bytes will be returned, *whether or not* they came from
|
|
the immediately previous command.
|