diff options
-rw-r--r-- | drivers/acpi/sony_acpi.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/sony_acpi.c b/drivers/acpi/sony_acpi.c index d509468a58a2..fd7d55a4e588 100644 --- a/drivers/acpi/sony_acpi.c +++ b/drivers/acpi/sony_acpi.c | |||
@@ -77,6 +77,14 @@ static struct sony_acpi_value { | |||
77 | int debug; /* active only in debug mode ? */ | 77 | int debug; /* active only in debug mode ? */ |
78 | } sony_acpi_values[] = { | 78 | } sony_acpi_values[] = { |
79 | { | 79 | { |
80 | .name = "brightness", | ||
81 | .acpiget = "GBRT", | ||
82 | .acpiset = "SBRT", | ||
83 | .min = 1, | ||
84 | .max = SONY_MAX_BRIGHTNESS, | ||
85 | .debug = 0, | ||
86 | }, | ||
87 | { | ||
80 | .name = "brightness_default", | 88 | .name = "brightness_default", |
81 | .acpiget = "GPBR", | 89 | .acpiget = "GPBR", |
82 | .acpiset = "SPBR", | 90 | .acpiset = "SPBR", |