summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Limonciello <mario_limonciello@dell.com>2014-05-07 15:08:09 -0500
committerMatthew Garrett <matthew.garrett@nebula.com>2014-06-09 17:45:37 -0400
commitb998680e9adea22159b66bd59ecdf07624e201ed (patch)
treedb5811974cbf0c5551c1d5634d5615adc0e06da4
parent7939831eacd81fccbd7a956b30c7bb3abb9079db (diff)
downloadlinux-b998680e9adea22159b66bd59ecdf07624e201ed.tar.gz
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>
-rw-r--r--drivers/platform/x86/alienware-wmi.c3
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;
 
 	/*