hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Fri Nov 9 05:55:15 PST 2007
fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
New commits:
commit b9f515d2623ca01f694f0f77ce93b1c6bb0eaded
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Fri Nov 9 14:55:08 2007 +0100
updated suspend quirks for Lenovo with s2ram commit -r1.115
Updated suspend quirks for Lenovo with changes in s2ram whitelist from cvs
commit -r1.115.
Added new:
- ThinkPads: 7768; R61i (7732), T61p (6460)
- 3000 N100: 068928U
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index 841f0be..509ceb8 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -5,12 +5,12 @@
<!-- ThinkPads -->
<!-- X60 / X60s / T61 / R61 / X61 Tablet -->
- <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;6363;6364;7658;8919;7767C3U">
+ <match key="system.hardware.product" prefix_outof="1702;1704;1706;1709;6363;6364;7658;8919;7767C3U;7768">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
</match>
- <!-- X61* Tablet -->
- <match key="system.hardware.product" prefix_outof="7669;7764;7675">
+ <!-- X61* Tablet, R61i (7732) -->
+ <match key="system.hardware.product" prefix_outof="7669;7764;7675,7732">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
</match>
<match key="system.hardware.product" prefix="63664DU">
@@ -45,6 +45,11 @@
<match key="system.hardware.product" prefix="7663">
<merge key="power_management.quirk.s3_mode" type="bool">true</merge>
</match>
+ <!-- T61p, does not work with the NVidia driver -->
+ <match key="system.hardware.product" prefix="6460">
+ <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
+ <merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
+ </match>
<!-- T61, intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE -->
<match key="system.hardware.product" prefix="8895">
<merge key="power_management.quirk.s3_bios" type="bool">true</merge>
@@ -53,7 +58,7 @@
<!-- Lenovos non-ThinkPads -->
<match key="system.hardware.version" prefix_ncase="3000 N100">
- <match key="system.hardware.product" prefix_outof="07686VG;076831G;076835U">
+ <match key="system.hardware.product" prefix_outof="068928U;07686VG;076831G;076835U">
<merge key="power_management.quirk.none" type="bool">true</merge>
</match>
<match key="system.hardware.product" prefix="07687MM">
More information about the hal-commit
mailing list