From a19f7547bc47b09e342ef3e0ea42095072d45036 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Wed, 13 Jun 2012 09:32:05 +0200 Subject: [PATCH] --- yaml --- r: 319667 b: refs/heads/master c: e052067df00592b1b62d1d438191b931f2009cbb h: refs/heads/master i: 319665: d104a00bee83759e1618451e5eff42f7650e02b7 319663: 1fc2e68c3a22dec0001897ded2f33fdad92c6c4c v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/samsung-laptop.c | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cec5edda2a12..5109775791ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 084940d5b101e9ca91a689eb5048151b14076839 +refs/heads/master: e052067df00592b1b62d1d438191b931f2009cbb diff --git a/trunk/drivers/platform/x86/samsung-laptop.c b/trunk/drivers/platform/x86/samsung-laptop.c index 98f07588ac86..c1ca7bcebb66 100644 --- a/trunk/drivers/platform/x86/samsung-laptop.c +++ b/trunk/drivers/platform/x86/samsung-laptop.c @@ -1465,6 +1465,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { DMI_MATCH(DMI_CHASSIS_TYPE, "14"), /* Sub-Notebook */ }, }, + /* DMI ids for laptops with bad Chassis Type */ + { + .ident = "R40/R41", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), + DMI_MATCH(DMI_PRODUCT_NAME, "R40/R41"), + DMI_MATCH(DMI_BOARD_NAME, "R40/R41"), + }, + }, /* Specific DMI ids for laptop with quirks */ { .callback = samsung_dmi_matched,