[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210312032430.13664-1-chris.chiu@canonical.com>
Date: Fri, 12 Mar 2021 11:24:30 +0800
From: chris.chiu@...onical.com
To: rjw@...ysocki.net, lenb@...nel.org
Cc: linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org,
Chris Chiu <chris.chiu@...onical.com>,
Pavel Machek <pavel@....cz>
Subject: [PATCH] ACPI: video: Add missing callback back for Sony VPCEH3U1E
From: Chris Chiu <chris.chiu@...onical.com>
The .callback of the quirk for Sony VPCEH3U1E was unintetionally
removed by the commit 25417185e9b5 ("ACPI: video: Add DMI quirk
for GIGABYTE GB-BXBT-2807"). Add it back to make sure the quirk
for Sony VPCEH3U1E works as expected.
Signed-off-by: Chris Chiu <chris.chiu@...onical.com>
Reported-by: Pavel Machek <pavel@....cz>
---
drivers/acpi/video_detect.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c
index 811d298637cb..83cd4c95faf0 100644
--- a/drivers/acpi/video_detect.c
+++ b/drivers/acpi/video_detect.c
@@ -147,6 +147,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
},
},
{
+ .callback = video_detect_force_vendor,
.ident = "Sony VPCEH3U1E",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
--
2.20.1
Powered by blists - more mailing lists