* [PATCH 2/2] ACPI EC: enable MSI workaround for Quanta laptops
@ 2011-04-26 8:30 Zhang Rui
2011-05-29 5:36 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Rui @ 2011-04-26 8:30 UTC (permalink / raw)
To: Brown, Len; +Cc: linux-acpi@vger.kernel.org, jan_braun, Zhang, Rui
Enable MSI workaround for Quanta laptops.
https://bugzilla.kernel.org/show_bug.cgi?id=20242
Tested-by: Jan-Matthias Braun <jan_braun@gmx.net>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
drivers/acpi/ec.c | 8 ++++++++
1 file changed, 8 insertions(+)
Index: linux-2.6/drivers/acpi/ec.c
===================================================================
--- linux-2.6.orig/drivers/acpi/ec.c
+++ linux-2.6/drivers/acpi/ec.c
@@ -936,6 +936,14 @@ static struct dmi_system_id __initdata e
ec_flag_msi, "MSI hardware", {
DMI_MATCH(DMI_CHASSIS_VENDOR, "MICRO-STAR")}, NULL},
{
+ ec_flag_msi, "Quanta hardware", {
+ DMI_MATCH(DMI_SYS_VENDOR, "Quanta"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TW8/SW8/DW8"),}, NULL},
+ {
+ ec_flag_msi, "Quanta hardware", {
+ DMI_MATCH(DMI_SYS_VENDOR, "Quanta"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TW9/SW9"),}, NULL},
+ {
ec_validate_ecdt, "ASUS hardware", {
DMI_MATCH(DMI_BIOS_VENDOR, "ASUS") }, NULL},
{},
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] ACPI EC: enable MSI workaround for Quanta laptops
2011-04-26 8:30 [PATCH 2/2] ACPI EC: enable MSI workaround for Quanta laptops Zhang Rui
@ 2011-05-29 5:36 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2011-05-29 5:36 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi@vger.kernel.org, jan_braun
applied
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-29 5:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-26 8:30 [PATCH 2/2] ACPI EC: enable MSI workaround for Quanta laptops Zhang Rui
2011-05-29 5:36 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).