hal-info: Branch 'master' - 3 commits
Martin Pitt
martin at kemper.freedesktop.org
Mon Jul 7 23:48:55 PDT 2008
fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
New commits:
commit 217c4b1bf400a37871790227bb68eb43d39e4f94
Author: Nick Steeves <nick.steeves at shaw.ca>
Date: Wed Jun 18 15:48:11 2008 +0200
Add suspend quirk for ThinkPad X32.
Contributed and tested in https://launchpad.net/bugs/199059
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
index 0906e0c..37c47fa 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
@@ -47,6 +47,9 @@
<merge key="power_management.quirk.radeon_off" type="bool">true</merge>
-->
</match>
+ <match key="system.hardware.version" contains="X32">
+ <merge key="power_management.quirk.dpms_suspend" type="bool">true</merge>
+ </match>
</match>
<!-- R50p, R52, X41t, X40, T30, T41p, T41p, T42, X40, Z60t, X41, Z60m, T32 (2647) -->
<match key="system.hardware.product" prefix_outof="1832;1860;1869;2371;2373;2374;2376;2382;2386;2511;2513;2525;2526;2529;2530;2647">
commit 3f692e9e95b41a0055d08c589ec4099bdc23c573
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date: Wed Jun 18 15:33:30 2008 +0200
Add suspend quirk for IBM A31 (product ID 2652).
Contributed by jason123 in https://launchpad.net/bugs/199059
(Email address not available)
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
index f66e7ee..0906e0c 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
@@ -22,6 +22,11 @@
</match>
</match>
+ <!-- A31-->
+ <match key="system.hardware.product" prefix="2652">
+ <merge key="power_management.quirk.radeon_off" type="bool">true</merge>
+ <merge key="power_management.quirk.dpms_suspend" type="bool">true</merge>
+ </match>
<!-- X31, T30 , A31p-->
<match key="system.hardware.product" prefix_outof="2366;2653">
<merge key="power_management.quirk.radeon_off" type="bool">true</merge>
commit c6e9a6f122938f3f01549ac070325b70442f210d
Author: dhuggins <dhuggins at fastmail.us>
Date: Wed Jun 18 15:26:42 2008 +0200
Add suspend quirk for yet another ThinkPad X31 model (2885).
Contributed and tested in https://launchpad.net/bugs/199059
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
index 6fb76f1..f66e7ee 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi
@@ -35,7 +35,7 @@
</match>
</match>
<!-- X31 -->
- <match key="system.hardware.product" prefix_outof="2672;2673;2884">
+ <match key="system.hardware.product" prefix_outof="2672;2673;2884;2885">
<match key="system.hardware.version" contains="X31">
<merge key="power_management.quirk.dpms_suspend" type="bool">true</merge>
<!-- already added above
More information about the hal-commit
mailing list