From: Thomas Courbon Date: Wed, 20 Jul 2011 20:57:44 +0000 (+0200) Subject: Platform: fix samsung-laptop DMI identification for N150/N210/220/N230 X-Git-Tag: firefly_0821_release~7541^2~2584 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6fb50607d47e30c196e07a0ceeaf36e370196f2a;p=firefly-linux-kernel-4.4.55.git Platform: fix samsung-laptop DMI identification for N150/N210/220/N230 commit 78a7539b881eb557494a7c810625c0307b27296c upstream. Some samsung latop of the N150/N2{10,20,30} serie are badly detected by the samsung-laptop platform driver, see bug # 36082. It appears that N230 identifies itself as N150/N210/N220/N230 whereas the other identify themselves as N150/N210/220. This patch attemtp fix #36082 allowing correct identification for all the said netbook model. Reported-by: Daniel Eklöf Signed-off-by: Thomas Courbon Signed-off-by: Matthew Garrett Cc: Josh Boyer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c index d347116d150e..16585756df8d 100644 --- a/drivers/platform/x86/samsung-laptop.c +++ b/drivers/platform/x86/samsung-laptop.c @@ -600,6 +600,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { }, .callback = dmi_check_cb, }, + { + .ident = "N150/N210/N220", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, + "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "N150/N210/N220"), + DMI_MATCH(DMI_BOARD_NAME, "N150/N210/N220"), + }, + .callback = dmi_check_cb, + }, { .ident = "N150/N210/N220/N230", .matches = {