diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-08 11:02:04 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-04-12 11:10:51 -0400 |
commit | 101650726e4a5c0eca3e2716aefeb3296bb177b9 (patch) | |
tree | f8fa6592ed18aaa795fb64c41b6523af5026b874 /drivers/platform | |
parent | 65d7ac038e34702feedad91d0bf597b1f0a4174a (diff) |
samsung-laptop: add support for N230 model
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
[mmarek: cherry-picked from staging commit 0789b003]
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-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 de434c6dc2d..11a3fe29cf0 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 | }, |