public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI: EC: Don't use Notebook as MSI vendor substitute
@ 2009-08-30 16:30 Alexey Starikovskiy
  0 siblings, 0 replies; only message in thread
From: Alexey Starikovskiy @ 2009-08-30 16:30 UTC (permalink / raw)
  To: Len Brown; +Cc: Linux-acpi

"Notebook" name is not unique to MSI, thus should be not be used
to identify MSI hardware.

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
---

 drivers/acpi/ec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 839b542..bd35442 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -942,7 +942,7 @@ int __init acpi_ec_ecdt_probe(void)
 	 * Generate a boot ec context
 	 */
 	if (dmi_name_in_vendors("Micro-Star") ||
-	    dmi_name_in_vendors("Notebook")) {
+	    dmi_name_in_vendors("MICRO-STAR")) {
 		pr_info(PREFIX "Enabling special treatment for EC from MSI.\n");
 		EC_FLAGS_MSI = 1;
 	}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-30 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-30 16:30 [PATCH] ACPI: EC: Don't use Notebook as MSI vendor substitute Alexey Starikovskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox