brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 70dbe07 Raw
57 lines · plain
1What:		/sys/devices/platform/eeepc/disp2Date:		May 20083KernelVersion:	2.6.264Contact:	"Corentin Chary" <corentincj@iksaif.net>5Description:6		This file allows display switching.7 8		- 1 = LCD9		- 2 = CRT10		- 3 = LCD+CRT11 12		If you run X11, you should use xrandr instead.13 14What:		/sys/devices/platform/eeepc/camera15Date:		May 200816KernelVersion:	2.6.2617Contact:	"Corentin Chary" <corentincj@iksaif.net>18Description:19		Control the camera. 1 means on, 0 means off.20 21What:		/sys/devices/platform/eeepc/cardr22Date:		May 200823KernelVersion:	2.6.2624Contact:	"Corentin Chary" <corentincj@iksaif.net>25Description:26		Control the card reader. 1 means on, 0 means off.27 28What:		/sys/devices/platform/eeepc/cpufv29Date:		Jun 200930KernelVersion:	2.6.3131Contact:	"Corentin Chary" <corentincj@iksaif.net>32Description:33		Change CPU clock configuration.34		On the Eee PC 1000H there are three available clock configuration:35 36		    * 0 -> Super Performance Mode37		    * 1 -> High Performance Mode38		    * 2 -> Power Saving Mode39 40		On Eee PC 701 there is only 2 available clock configurations.41		Available configuration are listed in available_cpufv file.42		Reading this file will show the raw hexadecimal value which43		is defined as follow::44 45		  | 8 bit | 8 bit |46		      |       `---- Current mode47		      `------------ Availables modes48 49		For example, 0x301 means: mode 1 selected, 3 available modes.50 51What:		/sys/devices/platform/eeepc/available_cpufv52Date:		Jun 200953KernelVersion:	2.6.3154Contact:	"Corentin Chary" <corentincj@iksaif.net>55Description:56		List available cpufv modes.57