Corentin Chary | 409a415 | 2010-01-10 20:57:15 +0100 | [diff] [blame] | 1 | What: /sys/devices/platform/eeepc/disp |
Corentin Chary | d0a6825 | 2009-08-28 12:56:42 +0000 | [diff] [blame] | 2 | Date: May 2008 |
| 3 | KernelVersion: 2.6.26 |
| 4 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 5 | Description: |
| 6 | This file allows display switching. |
| 7 | - 1 = LCD |
| 8 | - 2 = CRT |
| 9 | - 3 = LCD+CRT |
| 10 | If you run X11, you should use xrandr instead. |
| 11 | |
Corentin Chary | 409a415 | 2010-01-10 20:57:15 +0100 | [diff] [blame] | 12 | What: /sys/devices/platform/eeepc/camera |
Corentin Chary | d0a6825 | 2009-08-28 12:56:42 +0000 | [diff] [blame] | 13 | Date: May 2008 |
| 14 | KernelVersion: 2.6.26 |
| 15 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 16 | Description: |
| 17 | Control the camera. 1 means on, 0 means off. |
| 18 | |
Corentin Chary | 409a415 | 2010-01-10 20:57:15 +0100 | [diff] [blame] | 19 | What: /sys/devices/platform/eeepc/cardr |
Corentin Chary | d0a6825 | 2009-08-28 12:56:42 +0000 | [diff] [blame] | 20 | Date: May 2008 |
| 21 | KernelVersion: 2.6.26 |
| 22 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 23 | Description: |
| 24 | Control the card reader. 1 means on, 0 means off. |
| 25 | |
Corentin Chary | 409a415 | 2010-01-10 20:57:15 +0100 | [diff] [blame] | 26 | What: /sys/devices/platform/eeepc/cpufv |
Corentin Chary | d0a6825 | 2009-08-28 12:56:42 +0000 | [diff] [blame] | 27 | Date: Jun 2009 |
| 28 | KernelVersion: 2.6.31 |
| 29 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 30 | Description: |
| 31 | Change CPU clock configuration. |
| 32 | On the Eee PC 1000H there are three available clock configuration: |
| 33 | * 0 -> Super Performance Mode |
| 34 | * 1 -> High Performance Mode |
| 35 | * 2 -> Power Saving Mode |
| 36 | On Eee PC 701 there is only 2 available clock configurations. |
| 37 | Available configuration are listed in available_cpufv file. |
| 38 | Reading this file will show the raw hexadecimal value which |
| 39 | is defined as follow: |
| 40 | | 8 bit | 8 bit | |
| 41 | | `---- Current mode |
| 42 | `------------ Availables modes |
| 43 | For example, 0x301 means: mode 1 selected, 3 available modes. |
| 44 | |
Corentin Chary | 409a415 | 2010-01-10 20:57:15 +0100 | [diff] [blame] | 45 | What: /sys/devices/platform/eeepc/available_cpufv |
Corentin Chary | d0a6825 | 2009-08-28 12:56:42 +0000 | [diff] [blame] | 46 | Date: Jun 2009 |
| 47 | KernelVersion: 2.6.31 |
| 48 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 49 | Description: |
| 50 | List available cpufv modes. |