hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Fri May 23 09:12:28 PDT 2008
fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3b71082f3106019a2cce5d93f69b142a8d9ac31f
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Fri May 23 18:12:19 2008 +0200
add suspend quirk for a HP Compaq 6715s
Added adopted version of a patch contributed by Atte Virtanen
<aten.email at gmail.com> via HAL ML to support a HP Compaq 6715s.
Some machine information:
system.firmware.vendor = 'Hewlett-Packard' (string)
system.firmware.version = '68YTT Ver. F.05' (string)
system.hardware.primary_video.product = 31007 (0x791f) (int)
system.hardware.primary_video.vendor = 4098 (0x1002) (int)
system.hardware.product = 'HP Compaq 6715s (RU655ET#AK8)' (string)
system.hardware.serial = 'CNU7310FSP' (string)
system.hardware.vendor = 'Hewlett-Packard' (string)
system.hardware.version = 'F.05' (string)
system.kernel.machine = 'i686' (string)
system.kernel.name = 'Linux' (string)
system.kernel.version = '2.6.24.4-desktop586-1mnb' (string)
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
index 1096984..ed0dac0 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
@@ -65,7 +65,7 @@
</match>
<match key="system.hardware.vendor" prefix="Hewlett-Packard">
- <match key="system.hardware.product" contains_outof="V2000 (EP381UA#;X1000 (DK454AV)">
+ <match key="system.hardware.product" contains_outof="V2000 (EP381UA#;X1000 (DK454AV); 6715s">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
</match>
<match key="system.hardware.product" contains="HP OmniBook XT1000">
More information about the hal-commit
mailing list