linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: video: Add missing callback back for Sony VPCEH3U1E
@ 2021-03-12  3:24 chris.chiu
  2021-03-13 10:25 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: chris.chiu @ 2021-03-12  3:24 UTC (permalink / raw)
  To: rjw, lenb; +Cc: linux-acpi, linux-kernel, Chris Chiu, Pavel Machek

From: Chris Chiu <chris.chiu@canonical.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@canonical.com>
Reported-by: Pavel Machek <pavel@ucw.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-19 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  3:24 [PATCH] ACPI: video: Add missing callback back for Sony VPCEH3U1E chris.chiu
2021-03-13 10:25 ` Pavel Machek
2021-03-19 16:44   ` Rafael J. Wysocki
2021-03-19 18:48     ` Pavel Machek
2021-03-19 18:53       ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).