]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI / video: disable native backlight for ThinkPad X201s
authorAaron Lu <aaron.lu@intel.com>
Fri, 19 Sep 2014 02:01:18 +0000 (10:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Oct 2014 20:41:02 +0000 (13:41 -0700)
commitd1129accd493962045685aff229acfc6ef2501b3
tree127df9da6e68c8b32755f89b4d54fc58eed48c73
parent71f2d795ab0fad48751728c347562486af566c1f
ACPI / video: disable native backlight for ThinkPad X201s

commit 789eeea128925741e0a105357bebf8855d3bcdee upstream.

The ThinkPad X201s has a working ACPI video backlight interface and is
shipped before Win8; then there is BIOS update that starts to query
_OSI("Windows 2012") and that would make our video module stop creating
backlight interface and caused problem for the user. Add it to the DMI
table to disable native backlight to fix this problem.

Link: https://bugzilla.kernel.org/show_bug.cgi?id=81691
Link: https://bugzilla.kernel.org/show_bug.cgi?id=51231
Reported-and-tested-by: Yves-Alexis Perez <corsac@debian.org>
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/video.c