diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-03 15:46:02 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-10-03 15:46:02 +0200 |
commit | cbe68a2bd092ff67575323f30a170d55df31f55f (patch) | |
tree | a22cdcc2bcb9dbff9a51c24b7cecbdc3e2735839 /drivers/acpi/video_detect.c | |
parent | 77076c7aac0184cae2d8a358cf6e6ed1f195fe3f (diff) | |
parent | 0b8db271f1592e118feef7300f6da85bea9366da (diff) | |
download | linux-cbe68a2bd092ff67575323f30a170d55df31f55f.tar.bz2 |
Merge back 'acpi-video' material for v3.18.
Diffstat (limited to 'drivers/acpi/video_detect.c')
-rw-r--r-- | drivers/acpi/video_detect.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index c42feb2bacd0..27c43499977a 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -174,6 +174,14 @@ static struct dmi_system_id video_detect_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5737"), }, }, + { + .callback = video_detect_force_vendor, + .ident = "Lenovo IdeaPad Z570", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Ideapad Z570"), + }, + }, { }, }; |