Lenovo X60s PM Quirks Patch
Bryon Gill
bgill at psc.edu
Mon Oct 13 13:12:21 PDT 2008
The screen wasn't coming up backlit on restore, enabling vbe-post seems to
fix this issue on my X60s thinkpad.
Thanks,
Bryon Gill
-------------- 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 036b562..0a8273f 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi
@@ -13,6 +13,9 @@
<match key="system.hardware.product" prefix="63664DU">
<merge key="power_management.quirk.vbe_post" type="bool">true</merge>
</match>
+ <match key="system.hardware.product" prefix="1705CTO">
+ <merge key="power_management.quirk.vbe_post" type="bool">true</merge>
+ </match>
<!-- R60 -->
<match key="system.hardware.version" prefix_ncase="ThinkPad R60">
More information about the hal
mailing list