OSDN Git Service

ACPI / hotplug: Check scan handlers in acpi_scan_hot_remove()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / acpi / video_detect.c
index 33e3db5..c42feb2 100644 (file)
@@ -166,6 +166,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
                DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"),
                },
        },
+       {
+       .callback = video_detect_force_vendor,
+       .ident = "Dell Inspiron 5737",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+               DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5737"),
+               },
+       },
        { },
 };