]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
committerDarren Hart (VMware) <dvhart@infradead.org>
Fri, 8 Dec 2017 21:40:21 +0000 (13:40 -0800)
commite20a8e771dc66361aecd8e23eef3de6048604ac2
treea5790fc53c59ce6f5e92ebbf9d139f352025aa9c
parentc622cbe5d11657a12c473356826017fed0c7669e
platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410

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>
drivers/platform/x86/dell-laptop.c