Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48694
b: refs/heads/master
c: 243e8b1
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Guido authored and Len Brown committed Feb 13, 2007
1 parent 4452aa5 commit fb185e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50f62afb114ffcf052cf07d4b49b2d148b749955
refs/heads/master: 243e8b191df4e9c11e62ea11fa298351997e98c3
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/sony_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ static struct sony_acpi_value {
int valid; /* Has ever been set */
int debug; /* active only in debug mode ? */
} sony_acpi_values[] = {
{
.name = "brightness",
.acpiget = "GBRT",
.acpiset = "SBRT",
.min = 1,
.max = SONY_MAX_BRIGHTNESS,
.debug = 0,
},
{
.name = "brightness_default",
.acpiget = "GPBR",
Expand Down

0 comments on commit fb185e7

Please sign in to comment.