From: Kamala Narasimhan Date: Thu, 5 Mar 2009 17:29:46 +0000 (-0500) Subject: Add AMW acpid events generated by Dell and few other OEMs. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3351559763484de68fbf1f938a93ce3a219835ec;p=xenclient%2Fxen.git Add AMW acpid events generated by Dell and few other OEMs. --- diff --git a/tools/xenpmd/acpi-events.c b/tools/xenpmd/acpi-events.c index 7abecb8..b475288 100644 --- a/tools/xenpmd/acpi-events.c +++ b/tools/xenpmd/acpi-events.c @@ -130,7 +130,8 @@ void process_acpi_message(char *acpi_buffer) return; } - if ( strstr(acpi_buffer, "WMID") ) + if ( (strstr(acpi_buffer, "WMID")) || + (strstr(acpi_buffer, "AMW0")) ) handle_oem_event(); }