diff options
author | Corentin Chary <corentincj@iksaif.net> | 2011-02-06 07:28:36 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:05:17 -0400 |
commit | 9e1565bc390123d3c74b940ba3466faf196970ec (patch) | |
tree | ecbf20f8db83afde5b7767f95f9be0d303e2aad8 /Documentation | |
parent | aafa719dcd0cb0c05bb0690c816b13263c8b36e6 (diff) |
eeepc-wmi: add camera and card reader support
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-platform-eeepc-wmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-eeepc-wmi b/Documentation/ABI/testing/sysfs-platform-eeepc-wmi index e4b5fef5fadd..9fc8d33e280d 100644 --- a/Documentation/ABI/testing/sysfs-platform-eeepc-wmi +++ b/Documentation/ABI/testing/sysfs-platform-eeepc-wmi | |||
@@ -8,3 +8,17 @@ Description: | |||
8 | * 0 -> Super Performance Mode | 8 | * 0 -> Super Performance Mode |
9 | * 1 -> High Performance Mode | 9 | * 1 -> High Performance Mode |
10 | * 2 -> Power Saving Mode | 10 | * 2 -> Power Saving Mode |
11 | |||
12 | What: /sys/devices/platform/eeepc-wmi/camera | ||
13 | Date: Jan 2010 | ||
14 | KernelVersion: 2.6.39 | ||
15 | Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
16 | Description: | ||
17 | Control the camera. 1 means on, 0 means off. | ||
18 | |||
19 | What: /sys/devices/platform/eeepc-wmi/cardr | ||
20 | Date: Jan 2010 | ||
21 | KernelVersion: 2.6.39 | ||
22 | Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
23 | Description: | ||
24 | Control the card reader. 1 means on, 0 means off. | ||