diff --git a/[refs] b/[refs] index 157c791d3763..6a83680d13f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45cb50e646d1560eff01c5ad0f0df3c7fd6148dd +refs/heads/master: 5afc4abe7902b8453c248321daa9b13b12d9c838 diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index 7e8ee49ebd40..3a3d1565a7dd 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -562,6 +562,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"), }, }, + { + .callback = video_set_bqc_offset, + .ident = "Acer Aspire 5710Z", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"), + }, + }, {} };