Skip to content

Commit e980bd1

Browse files
mschiu77gregkh
authored andcommitted
ACPI: video: Add missing callback back for Sony VPCEH3U1E
commit c1d1e25 upstream. The .callback of the quirk for Sony VPCEH3U1E was unintetionally removed by the commit 2541718 ("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: 2541718 ("ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807") Signed-off-by: Chris Chiu <[email protected]> Reported-by: Pavel Machek <[email protected]> Reviewed-by: Pavel Machek (CIP) <[email protected]> Cc: 5.11+ <[email protected]> # 5.11+ Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 431aaec commit e980bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/video_detect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
150150
},
151151
},
152152
{
153+
.callback = video_detect_force_vendor,
153154
.ident = "Sony VPCEH3U1E",
154155
.matches = {
155156
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),

0 commit comments

Comments
 (0)