diff options
-rw-r--r-- | drivers/platform/x86/samsung-laptop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c index de434c6dc2d6..11a3fe29cf0e 100644 --- a/drivers/platform/x86/samsung-laptop.c +++ b/drivers/platform/x86/samsung-laptop.c | |||
@@ -591,12 +591,12 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { | |||
591 | .callback = dmi_check_cb, | 591 | .callback = dmi_check_cb, |
592 | }, | 592 | }, |
593 | { | 593 | { |
594 | .ident = "N150/N210/N220", | 594 | .ident = "N150/N210/N220/N230", |
595 | .matches = { | 595 | .matches = { |
596 | DMI_MATCH(DMI_SYS_VENDOR, | 596 | DMI_MATCH(DMI_SYS_VENDOR, |
597 | "SAMSUNG ELECTRONICS CO., LTD."), | 597 | "SAMSUNG ELECTRONICS CO., LTD."), |
598 | DMI_MATCH(DMI_PRODUCT_NAME, "N150/N210/N220"), | 598 | DMI_MATCH(DMI_PRODUCT_NAME, "N150/N210/N220/N230"), |
599 | DMI_MATCH(DMI_BOARD_NAME, "N150/N210/N220"), | 599 | DMI_MATCH(DMI_BOARD_NAME, "N150/N210/N220/N230"), |
600 | }, | 600 | }, |
601 | .callback = dmi_check_cb, | 601 | .callback = dmi_check_cb, |
602 | }, | 602 | }, |