X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Facpi%2Fvideo_detect.c;h=c42feb2bacd0eb783bc94f0e10187d08ea907eea;hb=dee1592638ab7ea35a32179b73f9284dead49c03;hp=33e3db548a2918a6ee0fc71d7daf9c678c9a141f;hpb=22b3b9578da730272d5ca2f3bbf718c7324ff27e;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 33e3db548a29..c42feb2bacd0 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -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"), + }, + }, { }, };