We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc38d4 commit d010a02Copy full SHA for d010a02
drivers/acpi/video_detect.c
@@ -539,6 +539,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
539
DMI_MATCH(DMI_PRODUCT_NAME, "iMac12,2"),
540
},
541
542
+ {
543
+ .callback = video_detect_force_native,
544
+ /* Apple MacBook Air 9,1 */
545
+ .matches = {
546
+ DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
547
+ DMI_MATCH(DMI_PRODUCT_NAME, "MacBookAir9,1"),
548
+ },
549
550
{
551
/* https://bugzilla.redhat.com/show_bug.cgi?id=1217249 */
552
.callback = video_detect_force_native,
@@ -548,6 +556,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
556
DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro12,1"),
557
558
559
560
561
+ /* Apple MacBook Pro 16,2 */
562
563
564
+ DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro16,2"),
565
566
567
568
553
569
/* Dell Inspiron N4010 */
0 commit comments