diff options
| author | Corentin Chary <corentincj@iksaif.net> | 2011-02-26 04:20:31 -0500 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:07:20 -0400 |
| commit | e12e6d94db24e9050821965aa75c95e8d2c65f10 (patch) | |
| tree | 9d747a02982309c27206720d2f6699db9e532dff /Documentation | |
| parent | 5b799d4fb787bb94f1068352220ab033ac7969f8 (diff) | |
eeepc-wmi: asus generic asus-wmi.ko module
New Asus notebooks are using a WMI device similar to
the one used in Eee PCs. Since we don't want to load
eeepc-wmi module on Asus notebooks, and we want to
keep the eeepc-wmi module for backward compatibility,
this patch introduce a new module, named asus-wmi, that
will be used by eeepc-wmi and the new Asus Notebook WMI
Driver.
eeepc-wmi's input device strings (device name and phys)
are kept, but rfkill and led names are changed (s/eeepc/asus/).
This should not break anything since rfkill are used by type or
index, not by name, and the eeepc::touchpad led wasn't working
correctly before 2.6.39 anyway.
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-asus-wmi (renamed from Documentation/ABI/testing/sysfs-platform-eeepc-wmi) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/ABI/testing/sysfs-platform-eeepc-wmi b/Documentation/ABI/testing/sysfs-platform-asus-wmi index 26acb6842c44..2e7df91620de 100644 --- a/Documentation/ABI/testing/sysfs-platform-eeepc-wmi +++ b/Documentation/ABI/testing/sysfs-platform-asus-wmi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | What: /sys/devices/platform/eeepc-wmi/cpufv | 1 | What: /sys/devices/platform/<platform>/cpufv |
| 2 | Date: Oct 2010 | 2 | Date: Oct 2010 |
| 3 | KernelVersion: 2.6.37 | 3 | KernelVersion: 2.6.37 |
| 4 | Contact: "Corentin Chary" <corentincj@iksaif.net> | 4 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| @@ -9,21 +9,21 @@ Description: | |||
| 9 | * 1 -> High Performance Mode | 9 | * 1 -> High Performance Mode |
| 10 | * 2 -> Power Saving Mode | 10 | * 2 -> Power Saving Mode |
| 11 | 11 | ||
| 12 | What: /sys/devices/platform/eeepc-wmi/camera | 12 | What: /sys/devices/platform/<platform>/camera |
| 13 | Date: Jan 2010 | 13 | Date: Jan 2010 |
| 14 | KernelVersion: 2.6.39 | 14 | KernelVersion: 2.6.39 |
| 15 | Contact: "Corentin Chary" <corentincj@iksaif.net> | 15 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 16 | Description: | 16 | Description: |
| 17 | Control the camera. 1 means on, 0 means off. | 17 | Control the camera. 1 means on, 0 means off. |
| 18 | 18 | ||
| 19 | What: /sys/devices/platform/eeepc-wmi/cardr | 19 | What: /sys/devices/platform/<platform>/cardr |
| 20 | Date: Jan 2010 | 20 | Date: Jan 2010 |
| 21 | KernelVersion: 2.6.39 | 21 | KernelVersion: 2.6.39 |
| 22 | Contact: "Corentin Chary" <corentincj@iksaif.net> | 22 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
| 23 | Description: | 23 | Description: |
| 24 | Control the card reader. 1 means on, 0 means off. | 24 | Control the card reader. 1 means on, 0 means off. |
| 25 | 25 | ||
| 26 | What: /sys/devices/platform/eeepc-wmi/touchpad | 26 | What: /sys/devices/platform/<platform>/touchpad |
| 27 | Date: Jan 2010 | 27 | Date: Jan 2010 |
| 28 | KernelVersion: 2.6.39 | 28 | KernelVersion: 2.6.39 |
| 29 | Contact: "Corentin Chary" <corentincj@iksaif.net> | 29 | Contact: "Corentin Chary" <corentincj@iksaif.net> |
