[PATCH] ACPI: EC: Don't use Notebook as MSI vendor substitute

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Alexey Starikovskiy <astarikovskiy@xxxxxxx>
---

 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;
 	}

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux