]> git.karo-electronics.de Git - karo-tx-linux.git/commit
samsung-laptop: don't handle backlight if handled by acpi/video
authorCorentin Chary <corentincj@iksaif.net>
Sat, 26 Nov 2011 10:00:00 +0000 (11:00 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 30 Oct 2012 23:26:27 +0000 (23:26 +0000)
commit7575321ed9310c37a94e87c464eefe0cc808290a
treecdeef006c13daba227d4a9bb8696d232dc2e75f4
parent582e0a81e7e5bc587ff1f768793911799a46ca39
samsung-laptop: don't handle backlight if handled by acpi/video

commit f34cd9ca9320876e9c12764f052004628a03ba2d upstream.

samsung-laptop is not at all related to ACPI, but since this interface
is not documented at all, and the driver has to use it at load to
understand how it works on the laptop, I think it's a good idea to
disable it if a better solution is available.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
[bwh: Backported to 3.2:
 - Adjust context, and change return to goto, since we do not have commit
   5dea7a2 ('samsung-laptop: move code into init/exit functions')
 - Use static variable since we do not have commit a6df489
   ('samsung-laptop: put all local variables in a single structure')]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/platform/x86/samsung-laptop.c