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 c31664438e7..3b3cd070b9d 100644
--- a/drivers/platform/x86/acer-wmi.c
+++ b/drivers/platform/x86/acer-wmi.c
@@ -487,6 +487,15 @@ static struct dmi_system_id acer_quirks[] = {
487 }, 487 },
488 { 488 {
489 .callback = dmi_matched, 489 .callback = dmi_matched,
490 .ident = "Lenovo Ideapad S205 (Brazos)",
491 .matches = {
492 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
493 DMI_MATCH(DMI_PRODUCT_NAME, "Brazos"),
494 },
495 .driver_data = &quirk_lenovo_ideapad_s205,
496 },
497 {
498 .callback = dmi_matched,
490 .ident = "Lenovo 3000 N200", 499 .ident = "Lenovo 3000 N200",
491 .matches = { 500 .matches = {
492 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 501 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),