diff options
| author | Ike Panhc <ike.pan@canonical.com> | 2011-09-05 14:32:52 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2011-10-24 10:52:39 -0400 |
| commit | 773e3206e6a8b4c81826dc76057a96ba3cc96672 (patch) | |
| tree | 0287dbaae5700123225bc9681f8984d4f8d466c0 /Documentation/ABI/testing/debugfs-ideapad | |
| parent | f43d9ec06028b8cb122a7a2b367a7af066342918 (diff) | |
ideapad: add debugfs support
Add two nodes in debugfs which shows cfg value and its meaning,
and status info read from VPC2004.
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'Documentation/ABI/testing/debugfs-ideapad')
| -rw-r--r-- | Documentation/ABI/testing/debugfs-ideapad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/debugfs-ideapad b/Documentation/ABI/testing/debugfs-ideapad new file mode 100644 index 000000000000..7079c0b21030 --- /dev/null +++ b/Documentation/ABI/testing/debugfs-ideapad | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | What: /sys/kernel/debug/ideapad/cfg | ||
| 2 | Date: Sep 2011 | ||
| 3 | KernelVersion: 3.2 | ||
| 4 | Contact: Ike Panhc <ike.pan@canonical.com> | ||
| 5 | Description: | ||
| 6 | |||
| 7 | cfg shows the return value of _CFG method in VPC2004 device. It tells machine | ||
| 8 | capability and what graphic component within the machine. | ||
| 9 | |||
| 10 | |||
| 11 | What: /sys/kernel/debug/ideapad/status | ||
| 12 | Date: Sep 2011 | ||
| 13 | KernelVersion: 3.2 | ||
| 14 | Contact: Ike Panhc <ike.pan@canonical.com> | ||
| 15 | Description: | ||
| 16 | |||
| 17 | status shows infos we can read and tells its meaning and value. | ||
| 18 | |||
| 19 | |||
