diff options
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index afed7018a2b5..8d75e0399f69 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c | |||
@@ -511,6 +511,15 @@ static struct dmi_system_id acer_quirks[] = { | |||
511 | }, | 511 | }, |
512 | .driver_data = &quirk_fujitsu_amilo_li_1718, | 512 | .driver_data = &quirk_fujitsu_amilo_li_1718, |
513 | }, | 513 | }, |
514 | { | ||
515 | .callback = dmi_matched, | ||
516 | .ident = "Lenovo Ideapad S205-10382JG", | ||
517 | .matches = { | ||
518 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
519 | DMI_MATCH(DMI_PRODUCT_NAME, "10382JG"), | ||
520 | }, | ||
521 | .driver_data = &quirk_lenovo_ideapad_s205, | ||
522 | }, | ||
514 | {} | 523 | {} |
515 | }; | 524 | }; |
516 | 525 | ||