diff options
author | Ike Panhc <ike.pan@canonical.com> | 2010-12-13 18:00:27 +0800 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-01-07 17:03:46 -0500 |
commit | c9f718d0c6b4cf8033aa0f5ac892d68ddfb865aa (patch) | |
tree | 1e6d54f4c46b5bc8b5dac599e4e39445b1111b6a /Documentation/ABI | |
parent | 98ee69191d3af68e2292528cbb16dcba3d8e2b81 (diff) | |
download | kernel_samsung_smdk4412-c9f718d0c6b4cf8033aa0f5ac892d68ddfb865aa.zip kernel_samsung_smdk4412-c9f718d0c6b4cf8033aa0f5ac892d68ddfb865aa.tar.gz kernel_samsung_smdk4412-c9f718d0c6b4cf8033aa0f5ac892d68ddfb865aa.tar.bz2 |
ideapad: let camera power control entry under platform driver
The entry was at /sys/devices/LNXSYSTM:00/../VPC2004:00/camera_power
move to /sys/devices/platform/ideapad/camera_power
Add document about usage of ideapad node in sysfs.
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-ideapad-laptop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-ideapad-laptop b/Documentation/ABI/testing/sysfs-platform-ideapad-laptop new file mode 100644 index 0000000..807fca2 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-platform-ideapad-laptop @@ -0,0 +1,6 @@ +What: /sys/devices/platform/ideapad/camera_power +Date: Dec 2010 +KernelVersion: 2.6.37 +Contact: "Ike Panhc <ike.pan@canonical.com>" +Description: + Control the power of camera module. 1 means on, 0 means off. |