Blame view

Documentation/ABI/testing/sysfs-platform-eeepc-laptop 1.51 KB
409a415fa   Corentin Chary   eeepc-laptop: set...
1
  What:		/sys/devices/platform/eeepc/disp
d0a6825c9   Corentin Chary   eeepc-laptop: doc...
2
3
4
5
6
7
8
9
10
  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.
409a415fa   Corentin Chary   eeepc-laptop: set...
11
  What:		/sys/devices/platform/eeepc/camera
d0a6825c9   Corentin Chary   eeepc-laptop: doc...
12
13
14
15
16
  Date:		May 2008
  KernelVersion:	2.6.26
  Contact:	"Corentin Chary" <corentincj@iksaif.net>
  Description:
  		Control the camera. 1 means on, 0 means off.
409a415fa   Corentin Chary   eeepc-laptop: set...
17
  What:		/sys/devices/platform/eeepc/cardr
d0a6825c9   Corentin Chary   eeepc-laptop: doc...
18
19
20
21
22
  Date:		May 2008
  KernelVersion:	2.6.26
  Contact:	"Corentin Chary" <corentincj@iksaif.net>
  Description:
  		Control the card reader. 1 means on, 0 means off.
409a415fa   Corentin Chary   eeepc-laptop: set...
23
  What:		/sys/devices/platform/eeepc/cpufv
d0a6825c9   Corentin Chary   eeepc-laptop: doc...
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  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.
409a415fa   Corentin Chary   eeepc-laptop: set...
41
  What:		/sys/devices/platform/eeepc/available_cpufv
d0a6825c9   Corentin Chary   eeepc-laptop: doc...
42
43
44
45
46
  Date:		Jun 2009
  KernelVersion:	2.6.31
  Contact:	"Corentin Chary" <corentincj@iksaif.net>
  Description:
  		List available cpufv modes.