Skip to content

Commit 9657a56

Browse files
Lan Tianyurafaeljw
authored andcommitted
ACPI / video: ignore BIOS initial backlight value for Fujitsu E753
The BIOS of FUjitsu E753 reports an incorrect initial backlight value for WIN8 compatible OS, causing backlight to be dark during startup. This change causes the incorrect initial value from BIOS to be ignored. References: https://bugzilla.kernel.org/show_bug.cgi?id=60161 Reported-and-tested-by: Jan Hinnerk Stosch <[email protected]> Signed-off-by: Lan Tianyu <[email protected]> Cc: 3.7+ <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 3c0fc07 commit 9657a56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/acpi/video.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
448448
DMI_MATCH(DMI_PRODUCT_NAME, "HP Folio 13 - 2000 Notebook PC"),
449449
},
450450
},
451+
{
452+
.callback = video_ignore_initial_backlight,
453+
.ident = "Fujitsu E753",
454+
.matches = {
455+
DMI_MATCH(DMI_BOARD_VENDOR, "FUJITSU"),
456+
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E753"),
457+
},
458+
},
451459
{
452460
.callback = video_ignore_initial_backlight,
453461
.ident = "HP Pavilion dm4",

0 commit comments

Comments
 (0)