Skip to content

Commit aefa763

Browse files
zhang-ruirafaeljw
authored andcommitted
ACPI: video: Use vendor backlight on Sony VPCEH3U1E
On Sony Vaio VPCEH3U1E, ACPI backlight control does not work, and native backlight works. Thus force use vendor backlight control on this system. Link: https://bugzilla.kernel.org/show_bug.cgi?id=202401 Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 79a3aaa commit aefa763

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/acpi/video_detect.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
141141
DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"),
142142
},
143143
},
144+
{
145+
.callback = video_detect_force_vendor,
146+
.ident = "Sony VPCEH3U1E",
147+
.matches = {
148+
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
149+
DMI_MATCH(DMI_PRODUCT_NAME, "VPCEH3U1E"),
150+
},
151+
},
144152

145153
/*
146154
* These models have a working acpi_video backlight control, and using

0 commit comments

Comments
 (0)