hal-info: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Fri Feb 20 01:07:42 PST 2009
fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3d2b76debf07c69e6ed8b1e2dd8c2a552794da95
Author: Luka Renko <lure at ubuntu.com>
Date: Fri Feb 20 10:05:46 2009 +0100
fix suspend quirks for HP nw8440
The HP nw8440, using the free ati driver, does not resume with the
current quirks (which got set ages ago in commit 870d6097, from s2ram
whitelists, not by direct testing). The machine suspends/resumes fine
without any quirks. (https://launchpad.net/bugs/328522)
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
index 0557d26..b6e2b33 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi
@@ -102,7 +102,7 @@
<merge key="power_management.quirk.vbestate_restore" type="bool">true</merge>
</match>
<!-- Note: PY507ET# is a nc6120 -->
- <match key="system.hardware.product" contains_outof="nc2400;nx6110;nc6120;nc6320;nx7300;nw8440;6720s;2710p;8510p;PY507ET#;6715b">
+ <match key="system.hardware.product" contains_outof="nc2400;nx6110;nc6120;nc6320;nx7300;6720s;2710p;8510p;PY507ET#;6715b">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
</match>
@@ -142,7 +142,7 @@
<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
</match>
</match>
- <match key="system.hardware.product" contains_outof="HP Compaq dc5800 Small Form Factor;HP d330 uT; nw9440">
+ <match key="system.hardware.product" contains_outof="HP Compaq dc5800 Small Form Factor;HP d330 uT; nw9440;nw8440">
<merge key="power_management.quirk.none" type="bool">true</merge>
</match>
More information about the hal-commit
mailing list