summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2008-10-09 12:36:04 +0200
committerDanny Kukawka <danny.kukawka@web.de>2008-10-09 12:36:04 +0200
commit07d17e5f54ac668cbf2bae719415cea3770c2869 (patch)
treeb810f58bb80e4840580cedd7251399d9c219acfa
parent723d34cf2ac429b041ab2d0f9a08f588f1f39c14 (diff)
add suspend quirks for a HP Pavilion ZT1000-IC
Added extended version of a patch from Robby Workman <rw@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)
-rw-r--r--fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi13
1 files changed, 13 insertions, 0 deletions
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>