Quirk for Thinkpad W500
Walter Landry
wlandry at caltech.edu
Fri Dec 19 15:48:42 PST 2008
Greetings,
I had to add a quirk to make resuming work on my Lenovo Thinkpad w500.
It has switchable graphics, and I tested it with both the integrated
Intel chip and the discrete ATI chip.
Cheers,
Walter Landry
wlandry at caltech.edu
-------------- next part --------------
diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
index c565b9e..fce1621 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -53,6 +53,13 @@
<merge key="power_management.quirk.vbemode_restore" type="bool">true</merge>
</match>
+ <!-- W500 -->
+ <match key="system.hardware.version" prefix="ThinkPad ">
+ <match key="system.hardware.version" suffix="W500">
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ </match>
+ </match>
+
<!-- These Thinkpads don't need a quirk: 6459 (T61p), 7664 (T60) see s2ram -->
<match key="system.hardware.product" prefix_outof="6459;7664;8918">
<merge key="power_management.quirk.none" type="bool">true</merge>
More information about the hal
mailing list