]> git.baikalelectronics.ru Git - kernel.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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 22 Sep 2014 12:06:01 +0000 (14:06 +0200)
commit499d382d1c0c062e6e4fe60f46cab01698270d3c
tree8b6ddd5505c8b3b74762509d96ed95fe18557a10
parent360d1beb3f670534d48788df77bff0dc1a2a35c8
ACPI / video: disable native backlight for ThinkPad X201s

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
Cc: 3.16+ <stable@vger.kernel.org> # 3.16+
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>
drivers/acpi/video.c