Commit f5a6ff92 authored by Hans de Goede's avatar Hans de Goede Committed by Rafael J. Wysocki

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: default avatarStefan Joosten <stefan@atcomputing.nl>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 23735543
...@@ -621,6 +621,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -621,6 +621,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VPCEH3U1E"), DMI_MATCH(DMI_PRODUCT_NAME, "VPCEH3U1E"),
}, },
}, },
{
.callback = video_detect_force_native,
/* Sony Vaio VPCY11S1E */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "VPCY11S1E"),
},
},
/* /*
* These Toshibas have a broken acpi-video interface for brightness * These Toshibas have a broken acpi-video interface for brightness
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment