Skip to content

Commit f5a6ff9

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: video: Add force_native quirk for Sony Vaio VPCY11S1E
The Sony Vaio VPCY11S1E advertises both native and ACPI video backlight control interfaces, but only the native interface works and the default heuristics end up picking ACPI video on this model. Add a video_detect_force_native DMI quirk for this. Reported-by: Stefan Joosten <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 2373554 commit f5a6ff9

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
@@ -621,6 +621,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
621621
DMI_MATCH(DMI_PRODUCT_NAME, "VPCEH3U1E"),
622622
},
623623
},
624+
{
625+
.callback = video_detect_force_native,
626+
/* Sony Vaio VPCY11S1E */
627+
.matches = {
628+
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
629+
DMI_MATCH(DMI_PRODUCT_NAME, "VPCY11S1E"),
630+
},
631+
},
624632

625633
/*
626634
* These Toshibas have a broken acpi-video interface for brightness

0 commit comments

Comments
 (0)