We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d0ab14 + 5e7a3bf commit 8dbfa05Copy full SHA for 8dbfa05
1 file changed
drivers/acpi/video_detect.c
@@ -495,6 +495,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
495
DMI_MATCH(DMI_PRODUCT_NAME, "Precision 7510"),
496
},
497
498
+ {
499
+ .callback = video_detect_force_native,
500
+ /* Acer Aspire 3830TG */
501
+ .matches = {
502
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
503
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 3830TG"),
504
+ },
505
506
{
507
.callback = video_detect_force_native,
508
/* Acer Aspire 4810T */
0 commit comments