aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r--drivers/platform/x86/acer-wmi.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index c91f69b39db4..bbf78b2d6d93 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -570,6 +570,14 @@ static const struct dmi_system_id video_vendor_dmi_table[] = {
570 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5750"), 570 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5750"),
571 }, 571 },
572 }, 572 },
573 {
574 .callback = video_set_backlight_video_vendor,
575 .ident = "Acer Aspire 5741",
576 .matches = {
577 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
578 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5741"),
579 },
580 },
573 {} 581 {}
574}; 582};
575 583
@@ -2228,7 +2236,7 @@ static int __init acer_wmi_init(void)
2228 pr_info("Brightness must be controlled by acpi video driver\n"); 2236 pr_info("Brightness must be controlled by acpi video driver\n");
2229 } else { 2237 } else {
2230 pr_info("Disabling ACPI video driver\n"); 2238 pr_info("Disabling ACPI video driver\n");
2231 acpi_video_unregister(); 2239 acpi_video_unregister_backlight();
2232 } 2240 }
2233 2241
2234 if (wmi_has_guid(WMID_GUID3)) { 2242 if (wmi_has_guid(WMID_GUID3)) {