hal-info: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Thu Oct 9 03:38:52 PDT 2008


 fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 07d17e5f54ac668cbf2bae719415cea3770c2869
Author: Danny Kukawka <danny.kukawka at web.de>
Date:   Thu Oct 9 12:36:04 2008 +0200

    add suspend quirks for a HP Pavilion ZT1000-IC
    
    Added extended version of a patch from Robby Workman <rw at rlworkman.net>
    to add suspend quirks for a HP Pavilion ZT1000-IC.
    
    Note: This machine has no useful product string to identify.
    
     system.hardware.primary_video.product = 36100  (0x8d04)  (int)
     system.hardware.primary_video.vendor = 21299  (0x5333)  (int)
     system.firmware.vendor = 'Insyde Software'  (string)
     system.firmware.version = ' IC.M1.04'  (string)
     system.hardware.product = 'HP Pavilion Notebook PC'  (string)
     system.hardware.vendor = 'Hewlett-Packard'  (string)
     system.hardware.version = 'HP Pavilion Notebook'  (string)
     system.kernel.version = '2.6.24.7-smp'  (string)

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
index 63e3322..e4c77b5 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
@@ -255,6 +255,19 @@
           </match>
         </match>
 
+	<!-- HP Pavilion ZT1000-IC -->
+	<match key="system.hardware.product" string="HP Pavilion Notebook PC">
+	  <match key="system.hardware.version" string="HP Pavilion Notebook">
+            <match key="system.firmware.vendor" string="Insyde Software">
+              <match key="system.firmware.version" string=" IC.M1.04">
+    	        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+ 	        <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
+                <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
+	      </match>
+	    </match>
+	  </match>
+	</match>
+
         <match key="system.hardware.product" contains_outof="8710p;dv2000;dv2500;tx1000;dv5000 (EZ535UA#;HP d530 SFF;ze4900">
           <merge key="power_management.quirk.none" type="bool">true</merge>
         </match>


More information about the hal-commit mailing list