Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48698
b: refs/heads/master
c: 4465857
h: refs/heads/master
v: v3
  • Loading branch information
Mattia Dongili authored and Len Brown committed Feb 13, 2007
1 parent beda2ef commit d067f10
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05e2d8274ef4504db9941f7c515f340ab6c0b2e1
refs/heads/master: 4465857d5f99079bae00621626adf74ed8256296
20 changes: 18 additions & 2 deletions trunk/drivers/acpi/sony_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,26 @@ 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",
Expand Down

0 comments on commit d067f10

Please sign in to comment.