Commit c1d1e25a authored by Chris Chiu's avatar Chris Chiu Committed by Rafael J. Wysocki

ACPI: video: Add missing callback back for Sony VPCEH3U1E

The .callback of the quirk for Sony VPCEH3U1E was unintetionally
removed by the commit 25417185 ("ACPI: video: Add DMI quirk
for GIGABYTE GB-BXBT-2807"). Add it back to make sure the quirk
for Sony VPCEH3U1E works as expected.

Fixes: 25417185 ("ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807")
Signed-off-by: default avatarChris Chiu <chris.chiu@canonical.com>
Reported-by: default avatarPavel Machek <pavel@ucw.cz>
Reviewed-by: default avatarPavel Machek (CIP) <pavel@denx.de>
Cc: 5.11+ <stable@vger.kernel.org> # 5.11+
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1e28eed1
...@@ -147,6 +147,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = { ...@@ -147,6 +147,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
}, },
}, },
{ {
.callback = video_detect_force_vendor,
.ident = "Sony VPCEH3U1E", .ident = "Sony VPCEH3U1E",
.matches = { .matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
......
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