mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
3443333284
Some files over there won't parse well by Sphinx. Fix them. Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> # for IIO Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/58cf3c2d611e0197fb215652719ebd82ca2658db.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
What: /sys/devices/platform/eeepc/disp
|
|
Date: May 2008
|
|
KernelVersion: 2.6.26
|
|
Contact: "Corentin Chary" <corentincj@iksaif.net>
|
|
Description:
|
|
This file allows display switching.
|
|
|
|
- 1 = LCD
|
|
- 2 = CRT
|
|
- 3 = LCD+CRT
|
|
|
|
If you run X11, you should use xrandr instead.
|
|
|
|
What: /sys/devices/platform/eeepc/camera
|
|
Date: May 2008
|
|
KernelVersion: 2.6.26
|
|
Contact: "Corentin Chary" <corentincj@iksaif.net>
|
|
Description:
|
|
Control the camera. 1 means on, 0 means off.
|
|
|
|
What: /sys/devices/platform/eeepc/cardr
|
|
Date: May 2008
|
|
KernelVersion: 2.6.26
|
|
Contact: "Corentin Chary" <corentincj@iksaif.net>
|
|
Description:
|
|
Control the card reader. 1 means on, 0 means off.
|
|
|
|
What: /sys/devices/platform/eeepc/cpufv
|
|
Date: Jun 2009
|
|
KernelVersion: 2.6.31
|
|
Contact: "Corentin Chary" <corentincj@iksaif.net>
|
|
Description:
|
|
Change CPU clock configuration.
|
|
On the Eee PC 1000H there are three available clock configuration:
|
|
|
|
* 0 -> Super Performance Mode
|
|
* 1 -> High Performance Mode
|
|
* 2 -> Power Saving Mode
|
|
|
|
On Eee PC 701 there is only 2 available clock configurations.
|
|
Available configuration are listed in available_cpufv file.
|
|
Reading this file will show the raw hexadecimal value which
|
|
is defined as follow::
|
|
|
|
| 8 bit | 8 bit |
|
|
| `---- Current mode
|
|
`------------ Availables modes
|
|
|
|
For example, 0x301 means: mode 1 selected, 3 available modes.
|
|
|
|
What: /sys/devices/platform/eeepc/available_cpufv
|
|
Date: Jun 2009
|
|
KernelVersion: 2.6.31
|
|
Contact: "Corentin Chary" <corentincj@iksaif.net>
|
|
Description:
|
|
List available cpufv modes.
|