OSDN Git Service

platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410
authorPali Rohár <pali.rohar@gmail.com>
Thu, 2 Nov 2017 20:25:24 +0000 (21:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Feb 2018 10:05:49 +0000 (11:05 +0100)
commitdebe057b1ff529ee958cfc9b77d1900c9c9d4411
tree0fa01237d3b871bfabed36e4170d4554cab79c81
parent0f77841b74963effcc2087f520083efe6ff3e653
platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410

[ Upstream commit 68a213d325c23d39f109f4c7c824b906a7d209de ]

This machine reports number of keyboard backlight led levels, instead of
value of the last led level index. Therefore max_brightness properly needs
to be subtracted by 1 to match led max_brightness API.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Reported-by: Gabriel M. Elder <gabriel@tekgnowsys.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=196913
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/dell-laptop.c