hal-info: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Thu Jul 16 02:55:04 PDT 2009


 fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit bb8d96ff8718d3b6c2fe37d706991d4b10b16e57
Author: Andreas Jabs <andreas.jabs at gmail.com>
Date:   Thu Jul 16 11:54:45 2009 +0200

    fix suspend quirks for a particular IBM X40 model
    
    As reported on hal ML.

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
index f5f1c57..335310f 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
@@ -107,7 +107,10 @@
       <!-- need no quirks: a X40, T40 -->
       <match key="system.hardware.version" string="ThinkPad X40">
 	<match key="system.firmware.version" prefix="1UETD2WW">
-          <merge key="power_management.quirk.none" type="bool">true</merge>
+	  <!-- one particular X40 was reported to need above quirks -->
+          <match  key="system.hardware.product" contains_not="2371">
+	    <merge key="power_management.quirk.none" type="bool">true</merge>
+          </match>
         </match>
       </match>
       <match key="system.hardware.version" string="ThinkPad T40 ">


More information about the hal-commit mailing list