summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Dongili <malattia@linux.it>2007-01-13 23:04:39 +0100
committerLen Brown <len.brown@intel.com>2007-02-13 03:06:26 -0500
commit4465857d5f99079bae00621626adf74ed8256296 (patch)
tree95b1f10e277157d26e23bd6400c37d76f005b804
parent05e2d8274ef4504db9941f7c515f340ab6c0b2e1 (diff)
downloadop-kernel-dev-4465857d5f99079bae00621626adf74ed8256296.zip
op-kernel-dev-4465857d5f99079bae00621626adf74ed8256296.tar.gz
sony_acpi: Add lanpower and audiopower controls
audiopower works well on my SZ72B so it's not marked has "debug" while lanpower has at least one report of not resuming power happily so morked as "debug" Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r--drivers/acpi/sony_acpi.c20
1 files changed, 18 insertions, 2 deletions
diff --git a/drivers/acpi/sony_acpi.c b/drivers/acpi/sony_acpi.c
index 69122ad..1f7dca3 100644
--- a/drivers/acpi/sony_acpi.c
+++ b/drivers/acpi/sony_acpi.c
@@ -102,11 +102,27 @@ static struct sony_acpi_value {
.name = "cdpower",
.acpiget = "GCDP",
.acpiset = "SCDP",
- .min = -1,
- .max = -1,
+ .min = 0,
+ .max = 1,
.debug = 0,
},
{
+ .name = "audiopower",
+ .acpiget = "GAZP",
+ .acpiset = "AZPW",
+ .min = 0,
+ .max = 1,
+ .debug = 0,
+ },
+ {
+ .name = "lanpower",
+ .acpiget = "GLNP",
+ .acpiset = "LNPW",
+ .min = 0,
+ .max = 1,
+ .debug = 1,
+ },
+ {
.name = "PID",
.acpiget = "GPID",
.debug = 1,
OpenPOWER on IntegriCloud