aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/acer-wmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/acer-wmi.c')
-rw-r--r--drivers/platform/x86/acer-wmi.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
index af2bb20cb2f..dac286a568e 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -464,6 +464,15 @@ static struct dmi_system_id acer_quirks[] = {
464 }, 464 },
465 .driver_data = &quirk_lenovo_ideapad_s205, 465 .driver_data = &quirk_lenovo_ideapad_s205,
466 }, 466 },
467 {
468 .callback = dmi_matched,
469 .ident = "Lenovo 3000 N200",
470 .matches = {
471 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
472 DMI_MATCH(DMI_PRODUCT_NAME, "0687A31"),
473 },
474 .driver_data = &quirk_fujitsu_amilo_li_1718,
475 },
467 {} 476 {}
468}; 477};
469 478