diff options
author | Mario Limonciello <mario_limonciello@dell.com> | 2014-05-08 00:08:09 +0400 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-06-10 01:45:37 +0400 |
commit | b998680e9adea22159b66bd59ecdf07624e201ed (patch) | |
tree | db5811974cbf0c5551c1d5634d5615adc0e06da4 /drivers/platform | |
parent | 7939831eacd81fccbd7a956b30c7bb3abb9079db (diff) | |
download | linux-b998680e9adea22159b66bd59ecdf07624e201ed.tar.xz |
alienware-wmi: Update WMAX brightness method limit to 15
This more closely reflects what the hardware can actually support.
Signed-off-by: Mario Limonciello <mario_limonciello@dell.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/alienware-wmi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/platform/x86/alienware-wmi.c b/drivers/platform/x86/alienware-wmi.c index 541f9514f76f..e5329eac86b7 100644 --- a/drivers/platform/x86/alienware-wmi.c +++ b/drivers/platform/x86/alienware-wmi.c @@ -350,12 +350,11 @@ static int alienware_zone_init(struct platform_device *dev) char *name; if (interface == WMAX) { - global_led.max_brightness = 100; lighting_control_state = WMAX_RUNNING; } else if (interface == LEGACY) { - global_led.max_brightness = 0x0F; lighting_control_state = LEGACY_RUNNING; } + global_led.max_brightness = 0x0F; global_brightness = global_led.max_brightness; /* |