Skip to content

Commit 068aab7

Browse files
felipecrafaeljw
authored andcommitted
ACPI: add missing win8 OSI comment to blacklist
In my original patch[1] I wrote a comment describing the reason for disabling Windows 2012 OSI mode for a group of machines, however, due to unknown reasons (probably a conflict resolution mismatch), the comment was dropped in 94fb982 (ACPI: blacklist win8 OSI for buggy laptops). Since Matthew Garrett is making a big deal out of the lack of comments in a separate patch[2], it might make sense to re-introduce the missing comment so that other patch is not blocked and users don't suffer. [1] http://article.gmane.org/gmane.linux.acpi.devel/63427 [2] http://thread.gmane.org/gmane.linux.kernel/1572459 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent b4cb924 commit 068aab7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/acpi/blacklist.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
273273
DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P305D"),
274274
},
275275
},
276+
277+
/*
278+
* The following machines have broken backlight support when reporting
279+
* the Windows 2012 OSI, so disable it until their support is fixed.
280+
*/
276281
{
277282
.callback = dmi_disable_osi_win8,
278283
.ident = "ASUS Zenbook Prime UX31A",

0 commit comments

Comments
 (0)